RFA: A small mips gas patch

Eric Christopher echristo@redhat.com
Tue May 6 00:10:00 GMT 2003


> 
> It will be subtracted twice only if howto->partial_inplace is true. In
> md_apply_fix3, there are
> 
> 	value -= symval;
> 	howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
> 	if (value != 0 && howto && howto->partial_inplace
> 				   ^^^^^^^^^^^^^^^^^^^^^
> 	    && (! fixP->fx_pcrel || howto->pcrel_offset))
> 	  {
> 	    ...
> 	    value -= symval;
> 	    ...
> 	  }
> 
> If howto->partial_inplace is false, it will be only subtracted once.
> Did I miss something here?

Nope. I did.

Go ahead.

Thanks.

-eric

-- 
Eric Christopher <echristo@redhat.com>



More information about the Binutils mailing list