From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32435 invoked by alias); 20 Jun 2002 18:12:02 -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 32372 invoked from network); 20 Jun 2002 18:11:57 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 20 Jun 2002 18:11:57 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 6BD4B5EA11; Thu, 20 Jun 2002 13:11:56 -0500 (EST) To: Dan Nicolaescu Cc: gdb-patches@sources.redhat.com, Jason Merrill , binutils@sources.redhat.com Subject: Re: dwarf2 cleanup References: <200102151617.aa17403@gremlin-relay.ics.uci.edu> <200102161444.aa08963@gremlin-relay.ics.uci.edu> From: Jim Blandy Date: Thu, 20 Jun 2002 11:12:00 -0000 In-Reply-To: <200102161444.aa08963@gremlin-relay.ics.uci.edu> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00397.txt.bz2 Actually, the issue here wasn't approval --- it's that Dan has no assignment on file for changes to GDB. I'll get that started. > > > 2001-02-15 Dan Nicolaescu > > > > > > * dwarf2.def: New file. > > > > > > * dwarf2.h: (enum dwarf_tag, enum dwarf_form, > > > enum dwarf_attribute, enum dwarf_location_atom, > > > enum dwarf_type): Use the dwarf2.def definitions. > > > > > > For gdb/ChangeLog > > > > > > * dwarf2read.c (dwarf_cfi_name): > > > (dwarf_stack_op_name): > > > (dwarf_tag_name): > > > (dwarf_attr_name): > > > (dwarf_form_name): > > > (dwarf_type_encoding_name): Constify the return value, > > > use the dwarf2.def definitions. > > > > > > * Makefile.in (dwarf2read.o): Add missing dependecy to > > > elf/dwarf2.h, depend on elf/dwarf2.def. > > >