aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-12-10 20:17:28 +0000
committerNick Clifton <nickc@redhat.com>1999-12-10 20:17:28 +0000
commita3a8c91d411abe91720a2ac92b8140e1bdb41282 (patch)
tree9bda82978cbb8826be7bfbe01b344f3674cd2c3f /bfd/ChangeLog
parent77fb9c28ac0594b97f5b193d45118fdf09d96881 (diff)
downloadgdb-a3a8c91d411abe91720a2ac92b8140e1bdb41282.zip
gdb-a3a8c91d411abe91720a2ac92b8140e1bdb41282.tar.gz
gdb-a3a8c91d411abe91720a2ac92b8140e1bdb41282.tar.bz2
Fix elf linker's handling of commons in archive maps
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e351bfb..fe91368 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,16 @@
1999-12-10 Nick Clifton <nickc@cygnus.com>
+ * elflink.h (elf_link_is_defined_archive_symbol): New
+ function: Decide if a symbol, in an archive map is there
+ because it is defined in the archive element, or because it is
+ just another common declaration of it.
+ (elf_link_add_archive_symbols): Use
+ elf_link_is_defined_archive_symbol to decide if an archive
+ element contain a reference to a common symbol should be
+ linked in or not.
+
+1999-12-10 Nick Clifton <nickc@cygnus.com>
+
* elflink.h: Revert previous patch.
* targets.c: Revert previous patch.
* libbfd-in2.h: Revert previous patch.