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:
parent
6fa3860b3b
commit
e37c699c87
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2005-02-10 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* elflink.c (bfd_elf_record_link_assignment): Make hidden and internal
|
* elflink.c (bfd_elf_record_link_assignment): Make hidden and internal
|
||||||
|
|
|
@ -2736,6 +2736,7 @@ elf32_arm_final_link_relocate (reloc_howto_type * howto,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case R_ARM_THM_PC11:
|
case R_ARM_THM_PC11:
|
||||||
|
case R_ARM_THM_PC9:
|
||||||
/* Thumb B (branch) instruction). */
|
/* Thumb B (branch) instruction). */
|
||||||
{
|
{
|
||||||
bfd_signed_vma relocation;
|
bfd_signed_vma relocation;
|
||||||
|
|
Loading…
Reference in a new issue