diff options
author | Paul Brook <paul@codesourcery.com> | 2005-02-10 14:14:25 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-02-10 14:14:25 +0000 |
commit | e37c699c87aec1399f7e9cac854c41775c4c7603 (patch) | |
tree | 712e257bb0d94e6bbb59a2fddfa1e33a62ca917e /bfd/ChangeLog | |
parent | 6fa3860b3b4e2e963d19b54d5f215416f998d294 (diff) | |
download | gdb-e37c699c87aec1399f7e9cac854c41775c4c7603.zip gdb-e37c699c87aec1399f7e9cac854c41775c4c7603.tar.gz gdb-e37c699c87aec1399f7e9cac854c41775c4c7603.tar.bz2 |
2005-02-10 Paul Brook <paul@codesourcery.com>
* elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a5d36d7..37e3b81 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 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 symbols local. (elf_link_renumber_hash_table_dynsyms): Ignore local symbols. |