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]

Old patches committed



Daniel,

I committed these very old patches. I broke them down in 3 separate patches,
since they were really addressing 3 separate issues.
I have not committed these to the 5.1 branch. I think this area is a little
too delicate. Let's give it a little time and see if it all works.
I tested on linux, and they caused no regressions.

Elena

For reference, the beginning of the threads were:
http://sources.redhat.com/ml/gdb-patches/2001-06/msg00535.html
http://sources.redhat.com/ml/gdb-patches/2001-07/msg00221.html


2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

	From Daniel Jacobowitz  <drow@mvista.com>	
	* dbxread.c (free_header_files): Make global.
	(init_header_files): Likewise.
	* stabsread.h (free_header_files): Add prototype.
	(init_header_files): Likewise.
	* mdebugread.c (mdebug_build_psymtabs): Initialize
	properly before using the stabs debug reader.

2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

	From Daniel Jacobowitz  <drow@mvista.com>	
	* dbxread.c (dbx_symfile_read): Only reinitialize
	the psymbol list if mainline or if both static
	and global lists are empty.
	* dwarf2read.c (dwarf2_build_psymtabs): Likewise.
	* dwarfread.c (dwarf_build_psymtabs): Likewise.
	* xcoffread.c (xcoff_initial_scan): Likewise.
	* os9kread.c (os9k_symfile_read): Likewise.
	
2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

	From Daniel Jacobowitz  <drow@mvista.com>	
	* mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
	a name specially.



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