From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Nicolaescu To: Jim Blandy Cc: gdb-patches@sources.redhat.com, Jason Merrill Subject: Re: dwarf2 cleanup Date: Fri, 16 Feb 2001 14:45:00 -0000 Message-id: <200102161444.aa08963@gremlin-relay.ics.uci.edu> References: <200102151617.aa17403@gremlin-relay.ics.uci.edu> X-SW-Source: 2001-02/msg00312.html Jim Blandy writes: > Hi --- this patch looks good. Do you have a copyright assignment on > file with the FSF for GDB? Unfortunately I don't have one for GDB, only for GCC. But I can send one in asap. --dan > Dan Nicolaescu writes: > > > > > Hi! > > > > Here is a small cleanup for dwarf2. > > A similar one was done for GCC as shown in: > > > > http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00856.html > > > > and Jason Merill asked to do a similar one for gdb. > > > > Here it is, it's nothing else than copying the similar changes from > > GCC. > > The patch is against gdb+dejagnu-20010215 > > > > For include/elf/ChangeLog > > > > 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. > >