2001-05-18 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 18 May 2001 16:06:43 +0000 (16:06 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 May 2001 16:06:43 +0000 (16:06 +0000)
* elflink.h (elf_link_add_object_symbols): Revert the last
change.

bfd/ChangeLog
bfd/elflink.h

index 1de70468a69bba8b522611c396ca13eb5d3ae3f3..8d236fcab678a40125aba082be8fbaf3d52027f0 100644 (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
index b2f04fa990f37f1e5c6b78ff337dca859d45b8d6..c43f112545297dae90bdc8cea69364e42ca1a3a9 100644 (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);
This page took 0.033046 seconds and 4 git commands to generate.