From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8281 invoked by alias); 8 Aug 2008 12:34:11 -0000 Received: (qmail 8268 invoked by uid 22791); 8 Aug 2008 12:34:09 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Aug 2008 12:33:30 +0000 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K5A008BE86T6F00@i_mtaout4.012.net.il> for gdb-patches@sourceware.org; Fri, 08 Aug 2008 15:32:54 +0300 (IDT) Date: Fri, 08 Aug 2008 12:34:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/commit] In-reply-to: <20080808101213.07D78227B25@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: <20080808101213.07D78227B25@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/msg00192.txt.bz2 > From: Paul Hilfinger > Date: Fri, 8 Aug 2008 06:12:13 -0400 (EDT) > > > The following changes allow us to use true boolean types in the debugging > data to represent Ada booleans (formerly, this was a particular enumerated > type). Tested on Linux with no regressions. > > I will commit in a week if there are no objections. What about NEWS and the manual?