From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20083 invoked by alias); 8 Jan 2004 20:26:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20076 invoked from network); 8 Jan 2004 20:26:27 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 8 Jan 2004 20:26:27 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 67E161A440D; Thu, 8 Jan 2004 15:25:20 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16381.48304.299685.713558@localhost.redhat.com> Date: Thu, 08 Jan 2004 20:26:00 -0000 To: Joel Brobecker Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: GDB 6.1 branch end jan? In-Reply-To: <20040108151412.GA8144@gnat.com> References: <3FFC98E8.8010001@gnu.org> <20040108151412.GA8144@gnat.com> X-SW-Source: 2004-01/txt/msg00097.txt.bz2 Joel Brobecker writes: > > GDB 6.1 is ment to branch sometime in January. Now that the SPARC > > rewrite has been merged (and SPARC is looking really healthy, go mark!) > > its time to come up with a more concrete set of dates. Let's try: > > > > ~branch 2004-01-31 > > ~release 2004-03-15 > > I think it'd be nice if the following patch made it for 6.1: > http://sources.redhat.com/ml/gdb-patches/2003-11/msg00468.html > > This patch adds support for DW_TAG_subrange_type DIEs that are > emitted by GCC for some Ada types (modular types, and also > enumeration subtypes). Admitedly Ada support has not been merged > in yet, but this prevents I think an error that causes at least > a complaint, and maybe even an internal error (don't remember > anymore). > > (there are actually 2 patches: Andreas' and mine - mine is a bit more > complete than Andreas', but that may be unnecessary completeness. > I implemented it half mechanically, and was content when I found that > it worked :). > another one for me. will do next. elena > -- > Joel