2005-02-10 Paul Brook <paul@codesourcery.com>

* elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9.
This commit is contained in:
Paul Brook 2005-02-10 14:14:25 +00:00
parent 6fa3860b3b
commit e37c699c87
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-02-10 Paul Brook <paul@codesourcery.com>
* elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9.
2005-02-10 Paul Brook <paul@codesourcery.com>
* elflink.c (bfd_elf_record_link_assignment): Make hidden and internal

View file

@ -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;