From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22534 invoked by alias); 20 Nov 2009 09:00:38 -0000 Received: (qmail 22502 invoked by uid 22791); 20 Nov 2009 09:00:35 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Nov 2009 08:59:13 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KTE00H00GUM4N00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 20 Nov 2009 10:58:46 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KTE00CMLGXX8KM0@a-mtaout20.012.net.il>; Fri, 20 Nov 2009 10:58:46 +0200 (IST) Date: Fri, 20 Nov 2009 09:00:00 -0000 From: Eli Zaretskii Subject: Re: [commit/Ada] Add support for unconstrained packed arrays In-reply-to: <20091119225411.GF10089@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y6m1po6p.fsf@gnu.org> References: <20091119225411.GF10089@adacore.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: 2009-11/txt/msg00431.txt.bz2 > Date: Thu, 19 Nov 2009 17:54:11 -0500 > From: Joel Brobecker > > Suprisingly, we recently found out that we had not implemented support > for unconstrained packed arrays. This patch fixes that. Thanks, but does this require some change to the manual?