From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31837 invoked by alias); 4 May 2006 07:17:00 -0000 Received: (qmail 31827 invoked by uid 22791); 4 May 2006 07:16:59 -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; Thu, 04 May 2006 07:16:56 +0000 Received: from mailserv1.isd.glam.ac.uk ([192.168.244.1]) by jess.glam.ac.uk with esmtp (Exim 3.35 #1) id 1FbXvS-00044j-00; Thu, 04 May 2006 08:07:02 +0100 Received: from floppsie ([193.63.148.84]) by MAILSERV1.isd.glam.ac.uk with Microsoft SMTPSVC(6.0.3790.1830); Thu, 4 May 2006 08:16:51 +0100 Received: from gaius by floppsie with local (Exim 4.61) (envelope-from ) id 1FbXs8-0006A8-Br; Thu, 04 May 2006 08:03:36 +0100 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com, jimb@red-bean.com Subject: Re: Enhanced language support for Modula-2 References: <87psjc9yu3.fsf@glam.ac.uk> From: Gaius Mulley Date: Thu, 04 May 2006 07:17:00 -0000 In-Reply-To: Message-ID: <87psius247.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/msg00037.txt.bz2 Eli Zaretskii writes: > > CC: jimb@red-bean.com > > From: Gaius Mulley > > Date: 20 Apr 2006 14:11:00 +0100 > > > > here are the latest patches for the enhanced Modula-2 support for gdb. > > In summary I've improved the documentation, rewritten m2-typeprint.c > > to walk the type tree and improved m2-valprint.c to allow variables > > declared at addresses to be printed using the Modula-2 syntax. > > The doco patches are approved, but please fix the two minor gotchas > below, before you commit: > > > +@example > > +VAR > > + s: SET OF CHAR ; > > + r: [20..40] ; > > +@end example > > Please change all uses of @example to @smallexample. We always use > @smallexample in GDB; sorry that I failed to mention this before. > > > +above. Unbounded arrays are also not yet recognised in @value{GDBN}. > ^^^^^^^^^^ > "recognized": we use the US spelling. > > Thanks. Hi Eli, many thanks for approving the docs. Do you want me to repost the corrected patch? Also do you know if the code component of the patch is/was approved? regards, Gaius