src/gdb ChangeLog dictionary.c

hilfingr@sourceware.org hilfingr@sourceware.org
Thu Oct 7 08:32:00 GMT 2010


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



More information about the Gdb-cvs mailing list