[PATCH] Fix GCC9 warning on elf32-arm.c:elf32_arm_final_link_relocate
Nick Clifton
nickc@redhat.com
Mon Jan 28 12:41:00 GMT 2019
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
More information about the Binutils
mailing list