From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12379 invoked by alias); 17 Jan 2004 05:37:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12334 invoked from network); 17 Jan 2004 05:37:16 -0000 Received: from unknown (HELO mwinf0801.wanadoo.fr) (193.252.22.23) by sources.redhat.com with SMTP; 17 Jan 2004 05:37:16 -0000 Received: from takamaka.act-europe.fr (AStDenis-103-1-2-40.w81-249.abo.wanadoo.fr [81.249.112.40]) by mwinf0801.wanadoo.fr (SMTP Server) with ESMTP id 50F021800040; Sat, 17 Jan 2004 06:37:15 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 7564047D62; Sat, 17 Jan 2004 09:37:10 +0400 (RET) Date: Sat, 17 Jan 2004 05:37:00 -0000 From: Joel Brobecker To: Elena Zannoni Cc: schwab@suse.de, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Handle DW_TAG_subrange_type Message-ID: <20040117053710.GT4978@gnat.com> References: <16381.59531.51774.449779@localhost.redhat.com> <20040114172803.GO4978@gnat.com> <16390.51562.449957.635960@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16390.51562.449957.635960@localhost.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-01/txt/msg00432.txt.bz2 > > 2004-01-14 J. Brobecker > > > > * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint): > > Delete, no longer used. > > (read_subrange_type): New function, mostly extracted from > > read_array_type(). > > (read_array_type): Replace extracted code by call to > > read_subrange_type(). > > (dwarf2_get_attr_constant_value): New function. > > (scan_partial_symbols): Add handling for DW_TAG_subrange_type. > > (add_partial_symbol): Likewise. > > (process_die): Likewise. > > (new_symbol): Likewise. > > (read_type_die): Likewise. > > > > OK to apply? > > sure Thank you. Checked in. (btw, the gcc cleanup I mentionned in my previous message has also been checked in). -- Joel