From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32645 invoked by alias); 10 Apr 2007 18:42:19 -0000 Received: (qmail 32551 invoked by uid 22791); 10 Apr 2007 18:42:18 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.244) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Apr 2007 19:42:08 +0100 Received: by an-out-0708.google.com with SMTP id c10so2206379ana for ; Tue, 10 Apr 2007 11:42:06 -0700 (PDT) Received: by 10.100.122.8 with SMTP id u8mr5160307anc.1176230525670; Tue, 10 Apr 2007 11:42:05 -0700 (PDT) Received: by 10.100.214.16 with HTTP; Tue, 10 Apr 2007 11:42:05 -0700 (PDT) Message-ID: Date: Tue, 10 Apr 2007 18:42:00 -0000 From: "Andrew Pinski" To: sje@cup.hp.com Subject: Re: Final(?) patch to update libtool in GCC and src trees Cc: binutils@sourceware.org, gcc-patches@gcc.gnu.org, gdb-patches@gcc.gnu.org, newlib@sourceware.org, Ralf.Wildenhues@gmx.de, aoliva@redhat.com, bonzini@gnu.org, fxcoudert@gmail.com, libtool@cwilson.fastmail.fm, schwab@suse.de In-Reply-To: <200704101825.LAA20541@hpsje.cup.hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704101825.LAA20541@hpsje.cup.hp.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00097.txt.bz2 On 4/10/07, Steve Ellcey wrote: > > Here is what I hope is the final patch to update libtool in the GCC and > src trees. I tested this on HPPA HP-UX, IA64 HP-UX, IA64 Linux, and > X86_64 Linux. I did get a few more errors with the new libtool than the > old. Most seemed to be unrelated (timeouts on long running tests that I > have seen before), I got 60 failures in ObjC (instead of 24) on IA64 > Linux. I don't build ObjC on HP-UX platforms. The failures involve > having an undefined reference to __gnu_objc_personality_v0 when linking > and I haven't investigated them further. Hmm, this usually means something is not being exported correctly from libobjc.so, can you do a nm on generated libobjc.so? Thanks, Andrew Pinski