[Patch] Tiny i860 relocation glitches (committed)

Jason Eckhardt jle@owlnet.rice.edu
Sun May 18 21:28:00 GMT 2003


Alan Modra wrote:
>On Sun, May 11, 2003 at 10:12:24PM -0500, Jason Eckhardt wrote:
>>     value += rel->r_addend;
>> +   value += (value & 0x8000) << 1;
>
>"value += 0x8000" accomplishes the same thing a little more
>efficiently.  Not that it matters..
>
  Done.



More information about the Binutils mailing list