From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9301 invoked by alias); 13 May 2005 20:59:39 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 9273 invoked from network); 13 May 2005 20:59:34 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by sourceware.org with SMTP; 13 May 2005 20:59:34 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (sccrmhc12) with ESMTP id <20050513205932012002igjue>; Fri, 13 May 2005 20:59:33 +0000 Received: by lucon.org (Postfix, from userid 1000) id 7A371649C0; Fri, 13 May 2005 13:59:32 -0700 (PDT) Date: Fri, 13 May 2005 21:25:00 -0000 From: "H. J. Lu" To: Paul Koning Cc: drow@false.org, binutils@sources.redhat.com Subject: Re: Unintellegible ld error messages Message-ID: <20050513205932.GA31069@lucon.org> References: <17026.22346.789514.57742@gargle.gargle.HOWL> <20050511191110.GA470@nevyn.them.org> <17029.942.76640.325068@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17029.942.76640.325068@gargle.gargle.HOWL> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-05/txt/msg00462.txt.bz2 On Fri, May 13, 2005 at 03:44:46PM -0400, Paul Koning wrote: > The offending library is libstdc++, as compiled by GCC 4.0.0. This > seems very strange. > That is your problem. On Linux, there are [hjl@gnu-10 gcc-next]$ readelf -s /usr/gcc-4.0/lib/libgcc_s.so| grep _Unwind_GetIP 19: 00004ff0 11 FUNC GLOBAL DEFAULT 11 _Unwind_GetIP@@GCC_3.0 214: 00004ff0 11 FUNC GLOBAL DEFAULT 11 _Unwind_GetIP H.J.