summaryrefslogtreecommitdiffstats
path: root/bfd/elflink.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-03-26 18:13:54 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-03-26 18:13:54 +0000
commitad43ed4ce48c9f83b38469eb543d1d8e2d3585a5 (patch)
tree874bfbca53498fd2127faca08a8ae454d6e95762 /bfd/elflink.h
parent3851fca49e08f131a68bbb80e9c0b09c162e0bc9 (diff)
downloadppe42-binutils-ad43ed4ce48c9f83b38469eb543d1d8e2d3585a5.tar.gz
ppe42-binutils-ad43ed4ce48c9f83b38469eb543d1d8e2d3585a5.zip
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.
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r--bfd/elflink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h
index fa960291f7..43abe17bce 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -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)
OpenPOWER on IntegriCloud