From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26757 invoked by alias); 19 May 2006 10:45:32 -0000 Received: (qmail 26748 invoked by uid 22791); 19 May 2006 10:45:32 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 10:45:30 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-11-237.inter.net.il [80.230.11.237]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EFO88962 (AUTH halo1); Fri, 19 May 2006 13:45:20 +0300 (IDT) Date: Fri, 19 May 2006 11:38:00 -0000 Message-Id: From: Eli Zaretskii To: Gaius Mulley CC: gdb-patches@sources.redhat.com In-reply-to: <87sln6puu9.fsf@glam.ac.uk> (message from Gaius Mulley on 19 May 2006 04:16:46 +0100) Subject: Re: [patch]: proposed NEWS entry for Modula-2 Reply-to: Eli Zaretskii References: <87sln6puu9.fsf@glam.ac.uk> 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/msg00411.txt.bz2 > 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.