From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11537 invoked by alias); 15 Oct 2004 15:34:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11529 invoked from network); 15 Oct 2004 15:34:17 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 15 Oct 2004 15:34:17 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Fri, 15 Oct 2004 17:34:06 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i9FFXnCu003055; Fri, 15 Oct 2004 17:33:49 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i9FFXmj4003052; Fri, 15 Oct 2004 17:33:48 +0200 (CEST) Date: Fri, 15 Oct 2004 15:34:00 -0000 Message-Id: <200410151533.i9FFXmj4003052@juw15.nfra.nl> From: Mark Kettenis To: brobecker@gnat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20041015145351.GS1375@gnat.com> (message from Joel Brobecker on Fri, 15 Oct 2004 07:53:51 -0700) Subject: Re: [RFA/dwarf2] Set language to Ada for Ada compilation units References: <20041008060100.GD4623@gnat.com> <20041015145351.GS1375@gnat.com> X-SW-Source: 2004-10/txt/msg00284.txt.bz2 Date: Fri, 15 Oct 2004 07:53:51 -0700 From: Joel Brobecker Ping? Thank you, On Thu, Oct 07, 2004 at 11:01:00PM -0700, Joel Brobecker wrote: > This patch is almost obvious: Obvious enough for me to step in. > 2004-10-07 Joel Brobecker > > * dwarf2read.c (set_cu_language): Set language to Ada for > DW_LANG_Ada83 and DW_LANG_Ada95. > OK. Mark