diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2010-10-07 08:32:41 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2010-10-07 08:32:41 +0000 |
commit | 1d2a4540a591685f1d4a126ea54b5b62478de1b5 (patch) | |
tree | 194b55b9db0c69f828c86acfda9f97b52efb6eda /gdb/ChangeLog | |
parent | 40658b9446ce0507f120bdc69c51c3dfbfd35381 (diff) | |
download | gdb-1d2a4540a591685f1d4a126ea54b5b62478de1b5.zip gdb-1d2a4540a591685f1d4a126ea54b5b62478de1b5.tar.gz gdb-1d2a4540a591685f1d4a126ea54b5b62478de1b5.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 803edfe..cb31614 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2010-10-07 Paul Hilfinger <hilfinger@adacore.com> + * dictionary.c (dict_hash): Revert to msymbol_hash_iw in + more cases. + +2010-10-07 Paul Hilfinger <hilfinger@adacore.com> + * ada-lang.c (full_match): Declare. (ada_match_name): Rename to match_name (we should avoid prefixing static symbols with "ada_"). |