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 symtab.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-10-02 09:22:32

Modified files:
	gdb            : ChangeLog symtab.c 

Log message:
	Delete search_symbols_equal (use compare_search_syms instead).
	
	This avoids duplicating the logic comparing two symbol_search
	objects (in search_symbols_equal and compare_search_syms).
	
	gdb/ChangeLog:
	
	* symtab.c (search_symbols_equal): Delete.
	(sort_search_symbols_remove_dups): Replace call to
	search_symbols_equal by call to compare_search_syms,
	adjusting as necessary.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16061&r2=1.16062
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.368&r2=1.369


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