From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2440 invoked by alias); 7 Jul 2011 15:53:15 -0000 Received: (qmail 2429 invoked by uid 22791); 7 Jul 2011 15:53:14 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g1t0029.austin.hp.com (HELO g1t0029.austin.hp.com) (15.216.28.36) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 15:52:57 +0000 Received: from g1t0039.austin.hp.com (g1t0039.austin.hp.com [16.236.32.45]) by g1t0029.austin.hp.com (Postfix) with ESMTP id 2F7C038442; Thu, 7 Jul 2011 15:52:55 +0000 (UTC) Received: from [16.89.92.85] (hpsje.cup.hp.com [16.89.92.85]) by g1t0039.austin.hp.com (Postfix) with ESMTP id 3294B340C2; Thu, 7 Jul 2011 15:52:54 +0000 (UTC) Subject: Re: CFT: Move unwinder to toplevel libgcc From: Steve Ellcey Reply-To: sje@cup.hp.com To: Rainer Orth Cc: Tristan Gingold , GCC Patches , Douglas Rupp In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jul 2011 15:53:00 -0000 Message-ID: <1310053974.10986.2595.camel@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00501.txt.bz2 On Thu, 2011-07-07 at 15:08 +0200, Rainer Orth wrote: > Tristan Gingold writes: > > >> Otherwise, the patch is unchanged from the original submission: > >> > >> [build] Move unwinder to toplevel libgcc > >> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01452.html > >> > >> Unfortunately, it hasn't seen much comment. I'm now looking for testers > >> especially on platforms with more change and approval of those parts: > >> > >> * Several IA-64 targets: > >> > >> ia64*-*-linux* > >> ia64*-*-hpux* > >> ia64-hp-*vms* > > > > For ia64-hp-vms, consider your patch approved if the parts for ia64 are. > > In case of break, I will fix them. > > In that case, perhaps Steve could have a look? I'd finally like to make > some progress on this patch. > > Thanks. > Rainer I just tried builds on ia64 linux and HP-UX and both builds failed. I am re-trying the HP-UX build with --with-system-libunwind to see if that changes things but that should be the default on IA64 HP-UX. On Linux (debian) the build stopped with: /test/big-foot1/gcc/nightly/gcc-ia64-debian-linux-gnu-trunk/ia64-debian-linux-gnu/bin/ranlib libgcov.a make[3]: *** No rule to make target `/test/big-foot1/gcc/nightly/src/trunk/libgcc/unwind-sjlj.c', needed by `unwind-sjlj.o'. Stop. make[3]: Leaving directory `/test/big-foot1/gcc/nightly/build-ia64-debian-linux-gnu-trunk/obj_gcc/ia64-debian-linux-gnu/libgcc' make[2]: *** [all-stage1-target-libgcc] Error 2 make[2]: Leaving directory `/test/big-foot1/gcc/nightly/build-ia64-debian-linux-gnu-trunk/obj_gcc' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/test/big-foot1/gcc/nightly/build-ia64-debian-linux-gnu-trunk/obj_gcc' make: *** [bootstrap] Error 2 The patch appeared to install correctly into my source tree and I ran autoreconf to regenerate the configure files. It looks like patch didn't handle the unwind files that moved. I will try doing that by hand and see if that fixes things. Steve Ellcey sje@cup.hp.com