From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5891 invoked by alias); 19 May 2006 12:26:11 -0000 Received: (qmail 5883 invoked by uid 22791); 19 May 2006 12:26:10 -0000 X-Spam-Check-By: sourceware.org Received: from jess.glam.ac.uk (HELO jess.glam.ac.uk) (193.63.147.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 12:26:07 +0000 Received: from mailserv1.isd.glam.ac.uk ([192.168.244.1]) by jess.glam.ac.uk with esmtp (Exim 3.35 #1) id 1Fh3tp-0006oA-01; Fri, 19 May 2006 13:16:09 +0100 Received: from floppsie ([193.63.148.84]) by MAILSERV1.isd.glam.ac.uk with Microsoft SMTPSVC(6.0.3790.1830); Fri, 19 May 2006 13:24:46 +0100 Received: from gaius by floppsie with local (Exim 4.61) (envelope-from ) id 1Fh3ms-0000HY-3m; Fri, 19 May 2006 13:08:58 +0100 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch]: proposed NEWS entry for Modula-2 References: <87sln6puu9.fsf@glam.ac.uk> From: Gaius Mulley Date: Fri, 19 May 2006 14:59:00 -0000 In-Reply-To: Message-ID: <878xoy2p45.fsf@glam.ac.uk> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00413.txt.bz2 Eli Zaretskii writes: > > From: Gaius Mulley > > Date: 19 May 2006 04:16:46 +0100 > > > > here is a proposed patch for an updated section to gdb/NEWS: > > > > 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. > > > > > This is fine, thanks. Thanks Eli - just checking that I can check this into both the head cvs and the 6_5 branch - using the following ChangeLog 2006-05-19 Gaius Mulley * NEWS: (Improved Modula-2 language support): New section. regards, Gaius