aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-17 17:21:52 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-17 17:21:52 +0000
commit8f9a56c65cd84df49a485bba37ab250c24a23404 (patch)
treefc8e41cc6f2186b26a88ddbc8f1ccaacf960ebbe
parent3ce7f41ac47765116d8d8dff6d2d6099312adfd4 (diff)
downloadgdb-8f9a56c65cd84df49a485bba37ab250c24a23404.zip
gdb-8f9a56c65cd84df49a485bba37ab250c24a23404.tar.gz
gdb-8f9a56c65cd84df49a485bba37ab250c24a23404.tar.bz2
* linker.c (_bfd_generic_link_add_one_symbol): When calling the
callback routines, pass h->root.string rather than name, in case copy is true and name is transient.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d894d24..a04b72b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 17 13:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * linker.c (_bfd_generic_link_add_one_symbol): When calling the
+ callback routines, pass h->root.string rather than name, in case
+ copy is true and name is transient.
+
Tue Apr 16 16:36:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
* elfcore.h: Add support for core files with multiple threads.