aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-02-10 14:09:43 +0000
committerPaul Brook <paul@codesourcery.com>2005-02-10 14:09:43 +0000
commit6fa3860b3b4e2e963d19b54d5f215416f998d294 (patch)
tree5a1cee87f460234b23489b7b2f351fd25d67c264 /bfd/ChangeLog
parent620b81c130ed4ceb5521bbf2dcac7a858c8c3a58 (diff)
downloadgdb-6fa3860b3b4e2e963d19b54d5f215416f998d294.zip
gdb-6fa3860b3b4e2e963d19b54d5f215416f998d294.tar.gz
gdb-6fa3860b3b4e2e963d19b54d5f215416f998d294.tar.bz2
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. (elf_link_renumber_local_hash_table_dynsyms): New function. (_bfd_elf_link_renumber_dynsyms): Number local dynamic symbols. ld/testsuite/ * ld-elfvsb/hidden2.s: New file * ld-elfvsb/hidden2.d: New file * ld-elfvsb/hidden2.ld: New file
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1cc875f..a5d36d7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+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.
+ (elf_link_renumber_local_hash_table_dynsyms): New function.
+ (_bfd_elf_link_renumber_dynsyms): Number local dynamic symbols.
+
2005-02-10 Jakub Jelinek <jakub@redhat.com>
* bfd-in.h (BFD_LINKER_CREATED): Define.