From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9720 invoked by alias); 4 Jun 2011 15:24:40 -0000 Received: (qmail 9712 invoked by uid 22791); 4 Jun 2011 15:24:39 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.10.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jun 2011 15:24:23 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id CA7EC4ED6; Sat, 4 Jun 2011 11:24:21 -0400 (EDT) Date: Sat, 04 Jun 2011 15:24:00 -0000 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] Fix md_unwind_header file name Message-ID: <20110604152420.GA27606@hiauly1.hia.nrc.ca> Reply-To: John David Anglin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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/msg00311.txt.bz2 The header file was renamed when it was moved. Tested on hppa-unknown-linux-gnu. Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602) 2011-06-04 John David Anglin * config.host (hppa*-*-linux*): Correct md_unwind_header name. Index: config.host =================================================================== --- config.host (revision 174624) +++ config.host (working copy) @@ -298,7 +298,7 @@ hppa*64*-*-linux*) ;; hppa*-*-linux*) - md_unwind_header=pa/pa32-linux.h + md_unwind_header=pa/linux-unwind.h ;; hppa[12]*-*-hpux10*) md_unwind_header=pa/hpux-unwind.h