From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1053 invoked by alias); 26 Apr 2002 16:30:46 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 873 invoked from network); 26 Apr 2002 16:30:32 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 26 Apr 2002 16:30:32 -0000 Received: from porcupine.cygnus.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id JAA18575 for ; Fri, 26 Apr 2002 09:30:30 -0700 (PDT) Received: from porcupine.cygnus.com (IDENT:biXvW0pCha+e1ErFBqN8Alv76E6w9Dpx@localhost.localdomain [127.0.0.1]) by porcupine.cygnus.com (8.12.2/8.12.2) with ESMTP id g3QFxYv9008806; Fri, 26 Apr 2002 09:59:35 -0600 Received: from porcupine.cygnus.com (law@localhost) by porcupine.cygnus.com (8.12.2/8.12.2/Submit) with ESMTP id g3QFxXF8008801; Fri, 26 Apr 2002 09:59:34 -0600 To: "John David Anglin" cc: gcc@gcc.gnu.org, willy@debian.org Subject: Re: PA specifies invalid T_ADAFLAGS Reply-To: law@redhat.com From: law@redhat.com In-reply-to: Your message of Wed, 24 Apr 2002 15:02:59 EDT. <200204241903.g3OJ30JL003697@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Apr 2002 09:35:00 -0000 Message-ID: <8800.1019836773@porcupine.cygnus.com> X-SW-Source: 2002-04/txt/msg01421.txt.bz2 In message <200204241903.g3OJ30JL003697@hiauly1.hia.nrc.ca>, "John David Anglin " writes: > The use of T_ADAFLAGS stems from this change: > > 2001-10-08 Zack Weinberg > > * aclocal.m4 (gcc_AC_PROG_GNAT): New. > * configure.in: Use it. > * configure: Regenerated. > * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64, > config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS. > > I suspect using "-mdisable-indexing" dates from a time when indexing > didn't work very well. This was reworked a year or two ago. No. The semantics of Ada don't play well with the funky implicit space register selection done on PAs. -mdisable-indexing is really needed for Ada. jeff