2001-05-18 H.J. Lu <hjl@gnu.org>

* elflink.h (elf_link_add_object_symbols): Revert the last
	change.
This commit is contained in:
H.J. Lu 2001-05-18 16:06:43 +00:00
parent 22f3fc4323
commit 7913c838b3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-05-18 H.J. Lu <hjl@gnu.org>
* elflink.h (elf_link_add_object_symbols): Revert the last
change.
2001-05-17 Alan Modra <amodra@one.net.au>
* elf32-hppa.c (clobber_millicode_symbols): Temporarily set

View File

@ -1095,7 +1095,7 @@ elf_link_add_object_symbols (abfd, info)
elf_dt_name, we don't make a DT_NEEDED entry at all, even if
there is a DT_SONAME entry. */
add_needed = true;
name = basename (bfd_get_filename (abfd));
name = bfd_get_filename (abfd);
if (elf_dt_name (abfd) != NULL)
{
name = elf_dt_name (abfd);