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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hilfingr@sourceware.org	2010-10-07 08:32:42

Modified files:
	gdb            : ChangeLog dictionary.c 

Log message:
	Correct dict_hash to our most recent version.
	
	Several changes to dict_hash from Adacore's local version were inadvertantly
	left out of the last change to that function.  These changes conservatively
	cause dict_hash to revert to msymbol_hash_iw in more cases where the symbol
	being hashed is known not to be Ada-encoded.  This avoids a few cases where
	the function hashes large groups of names with similar prefixes to the same
	value.
	
	Changelog:
	
	gdb/
	* dictionary.c (dict_hash): Revert to msymbol_hash_iw in
	more cases.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12240&r2=1.12241
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dictionary.c.diff?cvsroot=src&r1=1.15&r2=1.16


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