Re: ld: Always output local symbol for relocatable link
authorAlan Modra <amodra@gmail.com>
Wed, 9 Nov 2022 23:03:08 +0000 (09:33 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 21 Nov 2022 21:19:23 +0000 (07:49 +1030)
Remove this code dating back to commit 98790d3a95fc entirely, what it
was trying to do is done elsewhere.

PR ld/29761
* elflink.c (elf_link_output_symstrtab): Don't handle symbols
in SEC_EXCLUDE sections here.

bfd/elflink.c

index 81b341294637ba7ff5700e4a93dc1703c312341d..a141c9eb0e84ca562e1067e1a1938f0e13f6b4a1 100644 (file)
@@ -9995,10 +9995,7 @@ elf_link_output_symstrtab (void *finf,
   if (ELF_ST_BIND (elfsym->st_info) == STB_GNU_UNIQUE)
     elf_tdata (flinfo->output_bfd)->has_gnu_osabi |= elf_gnu_osabi_unique;
 
-  if (name == NULL
-      || *name == '\0'
-      || (!bfd_link_relocatable (flinfo->info)
-         && (input_sec->flags & SEC_EXCLUDE)))
+  if (name == NULL || *name == '\0')
     elfsym->st_name = (unsigned long) -1;
   else
     {