From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30976 invoked by alias); 29 Apr 2005 23:40:16 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 30903 invoked from network); 29 Apr 2005 23:40:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Apr 2005 23:40:08 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3TNe58o031985; Fri, 29 Apr 2005 19:40:05 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3TNe4O27511; Fri, 29 Apr 2005 19:40:04 -0400 Received: from ballpeen.sfbay.redhat.com (ballpeen.sfbay.redhat.com [172.16.24.33]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j3TNe1th028631; Fri, 29 Apr 2005 19:40:02 -0400 Received: from ballpeen.sfbay.redhat.com (ballpeen.sfbay.redhat.com [127.0.0.1]) by ballpeen.sfbay.redhat.com (8.13.1/8.13.1) with ESMTP id j3TNe0Ia030590; Fri, 29 Apr 2005 16:40:00 -0700 Received: (from rth@localhost) by ballpeen.sfbay.redhat.com (8.13.1/8.13.1/Submit) id j3TNe0lT030537; Fri, 29 Apr 2005 16:40:00 -0700 X-Authentication-Warning: ballpeen.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 29 Apr 2005 23:41:00 -0000 From: Richard Henderson To: Arnaud Charlet Cc: John David Anglin , gcc-patches@gcc.gnu.org, laurent@guerby.net Subject: Re: [patch] Add Ada tasking support for hppa-unknown-linux-gnu (take 2) Message-ID: <20050429234000.GE8858@redhat.com> Mail-Followup-To: Richard Henderson , Arnaud Charlet , John David Anglin , gcc-patches@gcc.gnu.org, laurent@guerby.net References: <20050429102640.GA34244@adacore.com> <200504291341.j3TDfTKr010394@hiauly1.hia.nrc.ca> <20050429144405.GA79012@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050429144405.GA79012@adacore.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-04/txt/msg03015.txt.bz2 On Fri, Apr 29, 2005 at 04:44:05PM +0200, Arnaud Charlet wrote: > Anyway, let's now sort what is checked in: fix the obvious errors, > and later address the unfortunate code duplication that has happened > now twice recently (for alpha-linux and hppa-linux). One way to fix all of this would be to move libada out to the top level, and use configure and/or generator programs that actually probe the contents of /usr/include for the data. Personally I don't think any other solution is in fact a solution. r~