FT32: Permit R_FT32_18 overflow
authorJames Bowman <jamesb@excamera.com>
Thu, 31 Aug 2017 02:44:58 +0000 (19:44 -0700)
committerJames Bowman <jamesb@excamera.com>
Thu, 31 Aug 2017 02:44:58 +0000 (19:44 -0700)
The howto for R_FT32_18 was using complain_overflow_signed. But some
valid address calculations exceed the range of this reloc.  Changing it
to complain_overflow_dont allows them.

bfd/ChangeLog:

* elf32-ft32.c (ft32_elf_howto_table): Use
complain_overflow_dont for R_FT32_18.


No differences found
This page took 0.023561 seconds and 4 git commands to generate.