public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: Thorsten Glaser <tg@66h.42h.de>
Cc: binutils@sources.redhat.com
Subject: Re: cvs binutils+gcc4.0 build fail
Date: Wed, 30 Mar 2005 16:34:00 -0000	[thread overview]
Message-ID: <20050329225607.GL14407@bubble.modra.org> (raw)
In-Reply-To: <Pine.BSO.4.61L.0503291905300.11002@odem.66h.42h.de>

On Tue, Mar 29, 2005 at 07:09:31PM +0000, Thorsten Glaser wrote:
> tg@odem:/home/tg $ g++ -static x.cc
> /usr/bin/ld: `.gnu.linkonce.t._ZNKSt5ctypeIcE13_M_widen_initEv' referenced in section `.data' of /usr/lib/libstdc++.a(locale-inst.o): defined in discarded section `.gnu.linkonce.t._ZNKSt5ctypeIcE13_M_widen_initEv' of /usr/lib/libstdc++.a(locale-inst.o)

This is a gcc problem.  Some part of _ZNKSt5ctypeIcE13_M_widen_initEv is
not being emitted to linkonce sections, but instead finds its way into
.data.  This leaves a dangling reference when the linkonce sections are
removed due to some other copy of _ZNKSt5ctypeIcE13_M_widen_initEv
already being present.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

      reply	other threads:[~2005-03-29 22:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050322212341.GD4980@krispykreme>
     [not found] ` <20050323083219.A21240@mailhub.air.net.au>
     [not found]   ` <20050322222308.GE30711@bubble.modra.org>
2005-03-29 13:54     ` Alan Modra
2005-03-29 15:43       ` Alan Modra
2005-03-29 23:33         ` Thorsten Glaser
2005-03-30 16:34           ` Alan Modra [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050329225607.GL14407@bubble.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.com \
    --cc=tg@66h.42h.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).