From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15348 invoked by alias); 19 May 2006 05:48:10 -0000 Received: (qmail 15340 invoked by uid 22791); 19 May 2006 05:48:10 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 05:48:07 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 5959648CC3F; Fri, 19 May 2006 01:48:05 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28596-01-5; Fri, 19 May 2006 01:48:05 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id 0A00C48CC17; Fri, 19 May 2006 01:48:05 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6107147E7F; Thu, 18 May 2006 22:48:03 -0700 (PDT) Date: Fri, 19 May 2006 10:25:00 -0000 From: Joel Brobecker To: Gaius Mulley Cc: gdb@sources.redhat.com Subject: Re: [patch] update for Modula-2 changes in NEWS Message-ID: <20060519054803.GR12531@adacore.com> References: <20060516203644.GD27234@adacore.com> <87sln9r5qw.fsf@glam.ac.uk> <20060517154255.GF12531@adacore.com> <87ves23eov.fsf_-_@glam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ves23eov.fsf_-_@glam.ac.uk> User-Agent: Mutt/1.4i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00304.txt.bz2 > I've applied the diff to the branch 6_5 and then realised I jumped the > gun so have retracted the patch and I'm submitting it here for > approval: That's great. Thanks! Just a quick note, before Eli takes a look: You forgot to include a ChangeLog entry with your patch. > diff -r1.188 NEWS > 61a62,70 > > * Improved Modula-2 language support > > > > GDB can now print most types in the Modula-2 syntax. This includes: > > basic types, set types, record types, enumerated types, range types, > > pointer types and ARRAY types. Procedure var parameters are correctly > > printed and hexadecimal addresses and character constants are also > > written in the Modula-2 syntax. Best results can be obtained by using > > GNU Modula-2 together with the -gdwarf-2 command line option. -- Joel