From: Ian Lance Taylor Date: Wed, 17 Apr 1996 17:21:52 +0000 (+0000) Subject: * linker.c (_bfd_generic_link_add_one_symbol): When calling the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f9a56c65cd84df49a485bba37ab250c24a23404;p=binutils-gdb.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d894d24e3f8..a04b72bbc0a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 17 13:07:37 1996 Ian Lance Taylor + + * 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.