From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Elena Zannoni Cc: gdb@sources.redhat.com Subject: Re: symbol readers cleanup? Date: Thu, 19 Jul 2001 11:48:00 -0000 Message-id: <3B572B8F.4010409@cygnus.com> References: <15191.8714.904809.561064@krustylu.cygnus.com> X-SW-Source: 2001-07/msg00283.html > As first step, I would like to get rid of the duplicate files: > hpread.c and the pair hp-psymtab-read.c & hp-symtab-read.c. These > last two were introduced by the hp merge, and they are just the same > as hpread.c, with a logical split with symtab vs. psymtab generation > routines. When you say symtab, do you mean symtab or symtab? That is the symbol table information found in the object file or the symtab structure inside of GDB? Was the splitting of hpread.c into two parts logical or arbitrary? I mean, did it actually achieve anything or are the two halves still totally entangled. Anyway, your call :-) > And see if I can do something with that awful partial-stab.h file. I've several suggestions. However, given that most of them involve some form of physical violence using a rolled up printout of that file, I'd better not mention them here :-) Andrew