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

bfd/ChangeLog
bfd/elflink.c

index cb9fbe1daa6fb9b3b3b6c3dcbea91487ec410903..52265cb3dbb410d5e5593aff45cd3ba4fa66b3db 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 02f10ee3626634d743e24ceb8d641d3d2deab405..65bba873cf6a8a93864e00addd4e1b972c8261b6 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;
            }