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

src/gdb ChangeLog buildsym.c dwarf2read.c symtab.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	carlton_dictionary-branch
Changes by:	carlton@sourceware.org	2002-10-22 16:22:56

Modified files:
	gdb            : ChangeLog buildsym.c dwarf2read.c symtab.c 

Log message:
	2002-10-22  David Carlton  <carlton@math.stanford.edu>
	
	* dwarf2read.c (scan_partial_symbols): Clarify some comments.
	* symtab.c (lookup_symbol_aux): Always call
	lookup_symbol_aux_using to search global symtabs/psymtabs.
	(lookup_symbol_aux_local): Add static_block argument.
	* buildsym.c (add_symbol_to_list): Do a quick scan for "(anonymous
	namespace)" before calling scan_for_anonymous_namespaces.
	(scan_for_anonymous_namespaces): Delete FIXME comment.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3256.2.17&r2=1.3256.2.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/buildsym.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.20.2.9&r2=1.20.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.66.4.5&r2=1.66.4.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.70.2.9&r2=1.70.2.10


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