2001-10-15 Elena Zannoni <ezannoni@redhat.com>

* symtab.c (lookup_block_symbol): Update comment.
This commit is contained in:
Elena Zannoni 2001-10-16 03:23:35 +00:00
parent ba19b94f67
commit 8cc1c88238
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-15 Elena Zannoni <ezannoni@redhat.com>
* symtab.c (lookup_block_symbol): Update comment.
2001-10-15 Andrew Cagney <ac131313@redhat.com>
* value.h (value_as_address): Rename value_as_pointer.

View File

@ -1217,7 +1217,7 @@ lookup_block_symbol (register const struct block *block, const char *name,
/* Here if block isn't sorted, or we fail to find a match during the
binary search above. If during the binary search above, we find a
symbol which is a C++ symbol, then we have re-enabled the linear
symbol which is a Java symbol, then we have re-enabled the linear
search flag which was reset when starting the binary search.
This loop is equivalent to the loop above, but hacked greatly for speed.