]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR ld/16017
authorNick Clifton <nickc@redhat.com>
Thu, 14 Nov 2013 15:39:51 +0000 (15:39 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 14 Nov 2013 15:39:51 +0000 (15:39 +0000)
commit57460bcf82df9e5e335be84ecc9bdef33dddc934
tree1841c36d32807fdfca8fbfdff00e067937d083cf
parentc7e8af9b3bc0881c59c999d7b78348d359383efe
PR ld/16017
* elf32-arm.c (elf32_arm_populate_plt_entry): Return a boolean
value, TRUE for success, FALSE for failure.
Fail if attempting to create a PLT entry for a thumb only target.
(elf32_arm_final_link_relocate): Check result of calling
elf32_arm_populate_plt_entry.
(elf32_arm_finish_dynamic_symbol): Likewise.
bfd/ChangeLog
bfd/elf32-arm.c