From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24452 invoked by alias); 19 Aug 2008 18:42:36 -0000 Received: (qmail 24444 invoked by uid 22791); 19 Aug 2008 18:42:36 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Aug 2008 18:41:51 +0000 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K5V007E22MF5FD0@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Tue, 19 Aug 2008 21:42:16 +0300 (IDT) Date: Tue, 19 Aug 2008 18:42:00 -0000 From: Eli Zaretskii Subject: Re: [commit] Use true boolean types in Ada In-reply-to: <20080819104034.8A2F6227B25@nile.gnat.com> X-012-Sender: halo1@inter.net.il To: Hilfinger@adacore.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080819104034.8A2F6227B25@nile.gnat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00527.txt.bz2 > From: Paul Hilfinger > Date: Tue, 19 Aug 2008 06:40:34 -0400 (EDT) > > > Updated NEWS entry for my last check-in. > > Paul Hilfinger > > Index: gdb/NEWS > =================================================================== > RCS file: /cvs/src/src/gdb/NEWS,v > retrieving revision 1.284 > diff -u -p -r1.284 NEWS > --- gdb/NEWS 12 Aug 2008 15:18:30 -0000 1.284 > +++ gdb/NEWS 19 Aug 2008 10:34:47 -0000 > @@ -58,6 +58,8 @@ list of section offsets. > conditions handling signals delivered during attach or thread creation > have also been fixed. > > +* GDB now supports the use of DWARF boolean types for Ada's type Boolean. > + Is there any reasonable way of stating the effect of this on user-level features? If so, I'd prefer to at least mention them, if not replace the above with them. Thanks.