bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -relax broken for SH assembler


From: Nick Clifton
Subject: Re: -relax broken for SH assembler
Date: 03 Jul 2001 16:28:05 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi Hans-Peter,

> Though it looks like you could just replace
> +              S_GET_VALUE (sym) - fscan->fx_frag->fr_address,
> with
> +              fscan->fx_where,
> See the equality check in the end-condition of the for-loop ~60
> lines above.

Well, it seems to me that the sym will in the same frag as
fscan->frag, but it might not necessarily have the same offset as
fscan->fx_where, since that was the offset of the original value of
'sym', before it was reset at line 2306...

Anyway I have removed the #if 0... bits and checked the patch in.

Cheers
        Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]