[PATCH][ARM]. Fix a 64-bit portability bug in cortex_a8_erratum_scan.
Doug Kwan (關振德)
dougkwan@google.com
Mon Jun 15 21:19:00 GMT 2009
ping
2009/6/11 Doug Kwan (關振德) <dougkwan@google.com>:
> I did not really cast all constant operands in offset related
> expressions. I think this ChangeLog entry is more accurate.
>
> 2009-06-11 Doug Kwan <dougkwan@google.com>
>
> * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
> to bfd_signed_vma. Cast constant operands which are used in
> offset related expressions to bfd_signed_vma type as appropriate.
>
>
> 2009/6/11 Doug Kwan (關振德) <dougkwan@google.com>:
>> This patch fixes a 64-bit portability bug in the cortex-a8 erratum
>> workaround code that causes the test-case cortex-a8-fix-blx to fail on
>> an x86_64 host. I tested this patch on both 32-bit and 64-bit builds
>> of an arm-none-eabi binutils on an x86_64-unknown-linux-gnu host. All
>> the linker test-cases passed.
>>
>> -Doug
>>
>> 2009-06-11 Doug Kwan <dougkwan@google.com>
>>
>> * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
>> to bfd_signed_vma. Cast all constant operands which are used
>> in offset related expressions to bfd_signed_vma type.
>>
>
More information about the Binutils
mailing list