This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix GCC9 warning on elf32-arm.c:elf32_arm_final_link_relocate


Hi Sergio,

> Ping.

Sorry - I meant to reply last week, but got distracted.

>> The fix is (apparently) simple: instead of using 'labs', we should use
>> 'llabs', since we're passing a 'bfd_signed_vma' to it, which is at
>> least a 'long long int', as far as I have checked.  This is what this
>> patch does.
>>
>> OK to apply?

Yes - approved - please apply.

Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]