From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32554 invoked by alias); 7 Oct 2004 06:32:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32546 invoked from network); 7 Oct 2004 06:32:41 -0000 Received: from unknown (HELO mail.research.newtrade.nl) (194.151.80.102) by sourceware.org with SMTP; 7 Oct 2004 06:32:41 -0000 Received: from perso.free.fr (powerhouse.research.newtrade.nl [192.168.20.17]) by mail.research.newtrade.nl (8.12.10/8.12.4) with ESMTP id i976WctI029587; Thu, 7 Oct 2004 08:32:38 +0200 Received: by perso.free.fr (Postfix, from userid 500) id 6C2B52246AD; Thu, 7 Oct 2004 08:32:38 +0200 (CEST) From: Duncan Sands To: Hilfinger@otisco.mckusick.com Subject: Re: Meaning of "Builds libada directory" Date: Thu, 07 Oct 2004 06:42:00 -0000 User-Agent: KMail/1.6.2 Cc: gdb@sources.redhat.com References: <200410061940.i96JeCLF003487@tully.CS.Berkeley.EDU> <200410070448.i974mmB24176@otisco.McKusick.COM> In-Reply-To: <200410070448.i974mmB24176@otisco.McKusick.COM> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200410070832.37376.duncan.sands@math.u-psud.fr> X-SW-Source: 2004-10/txt/msg00195.txt.bz2 > What GDB version are you using? Initial Ada support was turned on only > recently in the public tree. Here's a data point: if I compile using gnat 3.15p, then CVS gdb correctly sets the language to Ada. If I compile using gcc from CVS (pre-ssa tag), then it sets the language to minimal. All the best, Duncan.