2002-03-26 H.J. Lu (hjl@gnu.org)
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 26 Mar 2002 18:13:54 +0000 (18:13 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 26 Mar 2002 18:13:54 +0000 (18:13 +0000)
* elflink.h (elf_link_input_bfd): Revert the last change since
the gcc exception handling isn't fixed yet.

bfd/ChangeLog
bfd/elflink.h

index a6dc6493a40f70c2d5f9b3ad5de77e346d233393..b28e9780d7eb534efb2b6c42332610c2373cf86f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-26  H.J. Lu  (hjl@gnu.org)
+
+       * elflink.h (elf_link_input_bfd): Revert the last change since
+       the gcc exception handling isn't fixed yet.
+
 2002-03-26  H.J. Lu  (hjl@gnu.org)
 
        * elflink.h (elf_link_input_bfd): Complain about relocations
index fa960291f713ad7dfc90e0b14bd44ce86c411c45..43abe17bce86bdad2844d86c6ffd8ddbbd3d51d3 100644 (file)
@@ -6662,7 +6662,8 @@ 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)
+                         if ((o->flags & SEC_DEBUGGING) != 0
+                             || (sec->flags & SEC_LINK_ONCE) != 0)
                            {
 #if BFD_VERSION_DATE > 20021005
                              (*finfo->info->callbacks->warning)