OSDN Git Service

2002-03-26 H.J. Lu (hjl@gnu.org)
authorhjl <hjl>
Tue, 26 Mar 2002 16:01:04 +0000 (16:01 +0000)
committerhjl <hjl>
Tue, 26 Mar 2002 16:01:04 +0000 (16:01 +0000)
* elflink.h (elf_link_input_bfd): Complain about relocations
against local symbols in discarded sections.

bfd/ChangeLog
bfd/elflink.h

index 28f8b32..a6dc649 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-26  H.J. Lu  (hjl@gnu.org)
+
+       * elflink.h (elf_link_input_bfd): Complain about relocations
+       against local symbols in discarded sections.
+
 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
 
        * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
index 43abe17..fa96029 100644 (file)
@@ -6662,8 +6662,7 @@ elf_link_input_bfd (finfo, input_bfd)
                      if (sec != NULL && elf_discarded_section (sec))
                        {
 #if BFD_VERSION_DATE < 20031005
-                         if ((o->flags & SEC_DEBUGGING) != 0
-                             || (sec->flags & SEC_LINK_ONCE) != 0)
+                         if ((o->flags & SEC_DEBUGGING) != 0)
                            {
 #if BFD_VERSION_DATE > 20021005
                              (*finfo->info->callbacks->warning)