OSDN Git Service

* elflink.c (elf_link_add_object_symbols): Don't force debug
authorAlan Modra <amodra@bigpond.net.au>
Mon, 2 Nov 2009 06:27:08 +0000 (06:27 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 2 Nov 2009 06:27:08 +0000 (06:27 +0000)
symbols local.

bfd/ChangeLog
bfd/elflink.c

index cb9fbe1..52265cb 100644 (file)
@@ -1,3 +1,8 @@
+2009-11-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (elf_link_add_object_symbols): Don't force debug
+       symbols local.
+
 2009-10-29  Johan Kristell  <johankri@axis.com>
 
        * elf32-cris.c (cris_elf_plt_sym_val): New function.
index 02f10ee..65bba87 100644 (file)
@@ -4373,7 +4373,6 @@ error_free_dyn:
          if (definition && (sec->flags & SEC_DEBUGGING) && !info->relocatable)
            {
              /* We don't want to make debug symbol dynamic.  */
-             (*bed->elf_backend_hide_symbol) (info, h, TRUE);
              dynsym = FALSE;
            }