This is the mail archive of the gdb-cvs@sourceware.org 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]

src/gdb ChangeLog symfile.c testsuite/ChangeLo ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_4-branch
Changes by:	jkratoch@sourceware.org	2011-12-19 22:28:22

Modified files:
	gdb            : ChangeLog symfile.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: reread.exp reread2.c 

Log message:
	gdb/
	* symfile.c (reread_symbols): Move free_objfile_separate_debug,
	preserve_values, sym_finish and clear_objfile_data calls before BFD
	close.  Move free_objfile_separate_debug as the very first call.  New
	comment on the ordering.
	
	gdb/testsuite/
	* gdb.base/reread.exp: If srcfile2 fails to build retry it with
	-DNO_SECTIONS.
	* gdb.base/reread2.c <!NO_SECTIONS>: New sections block.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.13614.2.16&r2=1.13614.2.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.320.2.1&r2=1.320.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.2978.2.1&r2=1.2978.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/reread.exp.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.19&r2=1.19.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/reread2.c.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.1.1.1&r2=1.1.1.1.150.1


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