diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-22 00:04:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-22 00:04:01 +0000 |
commit | be7571b69adfe15acaaa85906a1c3a78c13b67e7 (patch) | |
tree | 29f771a12a6e6ac24df8a623d52eb71d044d1e88 /gas | |
parent | b2385a0a471a0366b86d5d7db90e2264da5c1caa (diff) | |
download | gdb-be7571b69adfe15acaaa85906a1c3a78c13b67e7.zip gdb-be7571b69adfe15acaaa85906a1c3a78c13b67e7.tar.gz gdb-be7571b69adfe15acaaa85906a1c3a78c13b67e7.tar.bz2 |
* hash.c (hash_ask): If we find the slot after wrapping around,
break out of the loop. Fixes bug in Jan 18 change.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 26e1eb5..ab9fa1b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 21 19:02:23 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com> + + * hash.c (hash_ask): If we find the slot after wrapping around, + break out of the loop. Fixes bug in Jan 18 change. + Fri Jan 20 17:07:31 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * hash.c (hash_code): Undo last change. |