From: Ian Lance Taylor Date: Sun, 22 Jan 1995 00:04:01 +0000 (+0000) Subject: * hash.c (hash_ask): If we find the slot after wrapping around, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be7571b69adfe15acaaa85906a1c3a78c13b67e7;p=binutils-gdb.git * hash.c (hash_ask): If we find the slot after wrapping around, break out of the loop. Fixes bug in Jan 18 change. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 26e1eb5b074..ab9fa1bc86e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 21 19:02:23 1995 Ian Lance Taylor + + * 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 * hash.c (hash_code): Undo last change.