From: Paul Brook Date: Thu, 10 Feb 2005 14:14:25 +0000 (+0000) Subject: 2005-02-10 Paul Brook X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e37c699c87aec1399f7e9cac854c41775c4c7603;p=thirdparty%2Fbinutils-gdb.git 2005-02-10 Paul Brook * elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a5d36d73867..37e3b81c1b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-02-10 Paul Brook + + * elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9. + 2005-02-10 Paul Brook * elflink.c (bfd_elf_record_link_assignment): Make hidden and internal diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 032b05c5b74..cc324966279 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -2736,6 +2736,7 @@ elf32_arm_final_link_relocate (reloc_howto_type * howto, break; case R_ARM_THM_PC11: + case R_ARM_THM_PC9: /* Thumb B (branch) instruction). */ { bfd_signed_vma relocation;