This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] dbxread.c: Remove use of partial-stab.h


Elena Zannoni writes:
 > 
 > This is the final patch to get rid of partial-stab.h.  Now all the
 > symbol readers are independent of each other, i.e. fixing one won't
 > break 2 others.
 > 
 > partial-stab.h is going to be deleted, of course (patch for that
 > not included.)
 > 
 > As usual I'll wait a few days before checking this in.
 > 
 > Elena
 > 
 > 2001-10-30  Elena Zannoni  <ezannoni@redhat.com>
 > 
 > 	* dbxread.c (set_namestring): New function, replacing the
 > 	SET_NAMESTRING macro.
 > 	(SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
 > 	CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
 > 	definitions.
 > 	(read_dbx_symtab): Don't include partial-stab.h any more. Don't
 > 	reuse code in partial-stab.h, include the code directly, instead.
 > 
 >         * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
 > 	(HFILES_NO_SRCDIR): Remove partial-stab.h.
 > 
 > 	* partial-stab.h: Remove file.
 > 

Committed, except for removing partial-stab.h, should I just wack it
or mark it obsolete?

Elena


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]