diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-04 19:03:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-04 19:03:24 +0000 |
commit | 003b8e1dad4f58f1f6d17d0901d3097f20a9a6c6 (patch) | |
tree | b5ddeab21b3e2ec82bd3f89261ad5e153cb1e2c1 /bfd/ChangeLog | |
parent | efacb0fb7363ed9c22730e8726f3ccec162624e5 (diff) | |
download | gdb-003b8e1dad4f58f1f6d17d0901d3097f20a9a6c6.zip gdb-003b8e1dad4f58f1f6d17d0901d3097f20a9a6c6.tar.gz gdb-003b8e1dad4f58f1f6d17d0901d3097f20a9a6c6.tar.bz2 |
* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
for missing GOTs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 70a6227..36f62dd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2006-05-04 Daniel Jacobowitz <dan@codesourcery.com> + * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling + for missing GOTs. + +2006-05-04 Daniel Jacobowitz <dan@codesourcery.com> + * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more mapping symbols. |