FT32: Correct 32-bit reloc for BFD_RELOC_32
authorjamesbowman <jamesb@excamera.com>
Fri, 8 Jul 2016 18:53:31 +0000 (11:53 -0700)
committerjamesbowman <jamesb@excamera.com>
Fri, 8 Jul 2016 18:53:31 +0000 (11:53 -0700)
commit458653a9b2cf311e7bbb71efd1b410216e0ce059
tree550c57fb5b20145f849b0fe628a1d6a52b3ddad9
parent2f831b9a2bfbd0c2f6083d41b6dc9d9fc6b61e5a
FT32: Correct 32-bit reloc for BFD_RELOC_32

The reloc for BFD_RELOC_32 was using the the 20-bit. This hack causes
problems in gdb.  Fixed it to be the proper 32-bit reloc, R_FT32_32.

bfd/ChangeLog:

* elf32-ft32.c (ft32_reloc_map): Use R_FT32_32 for BFD_RELOC_32.
bfd/ChangeLog
bfd/elf32-ft32.c
This page took 0.031719 seconds and 4 git commands to generate.