From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32181 invoked by alias); 9 Jun 2011 07:33:54 -0000 Received: (qmail 32170 invoked by uid 22791); 9 Jun 2011 07:33:53 -0000 X-SWARE-Spam-Status: No, hits=2.2 required=5.0 tests=AWL,BAYES_50,MEDICAL_SUBJECT,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 07:33:39 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 4AC645C4; Thu, 9 Jun 2011 09:33:38 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Me9AVqP3uqYX; Thu, 9 Jun 2011 09:33:36 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 48D1B5C1; Thu, 9 Jun 2011 09:33:36 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p597XZVm012558; Thu, 9 Jun 2011 09:33:35 +0200 (MEST) From: Rainer Orth To: David Miller Cc: gcc-patches@gcc.gnu.org Subject: Re: toplevel libgcc md-unwind-support.h change breaks build References: <20110608.172621.830605493801954726.davem@davemloft.net> Date: Thu, 09 Jun 2011 07:42:00 -0000 In-Reply-To: <20110608.172621.830605493801954726.davem@davemloft.net> (David Miller's message of "Wed, 08 Jun 2011 17:26:21 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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-06/txt/msg00706.txt.bz2 David Miller writes: > It's using "linux.h" instead of "linux-unwind.h" for whatever reason. > > So we need something like this? > > diff --git a/libgcc/config.host b/libgcc/config.host > index 24282e1..713b2a9 100644 > --- a/libgcc/config.host > +++ b/libgcc/config.host > @@ -600,7 +600,7 @@ sparc-*-elf*) > sparc-*-linux*) # SPARC's running GNU/Linux, libc6 > extra_parts="$extra_parts crtfastmath.o" > tmake_file="${tmake_file} t-crtfm" > - md_unwind_header=sparc/linux.h > + md_unwind_header=sparc/linux-unwind.h > ;; > sparc-*-rtems* | sparc64-*-rtems* ) > tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems" Of course we do. I must have been dreaming when writing parts of this patch. I've now double-checked all md_unwind_header filenames, found just another typo, and installed the following as obvious. Sorry for the mess. Rainer 2011-06-09 David S. Miller Rainer Orth * config.host (sparc-*-linux*): Correct md_unwind_header filename. (s390x-ibm-tpf*): Fix typo. Index: libgcc/config.host =================================================================== --- libgcc/config.host (revision 174837) +++ libgcc/config.host (working copy) @@ -563,7 +563,7 @@ ;; s390x-ibm-tpf*) tmake_file="${tmake_file} s390/t-crtstuff s390/t-tpf" - md_unwind_header-s390/tpf-unwind.h + md_unwind_header=s390/tpf-unwind.h ;; score-*-elf) ;; @@ -600,7 +600,7 @@ sparc-*-linux*) # SPARC's running GNU/Linux, libc6 extra_parts="$extra_parts crtfastmath.o" tmake_file="${tmake_file} t-crtfm" - md_unwind_header=sparc/linux.h + md_unwind_header=sparc/linux-unwind.h ;; sparc-*-rtems* | sparc64-*-rtems* ) tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems" -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University