2001-10-15 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 16 Oct 2001 03:23:35 +0000 (03:23 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 16 Oct 2001 03:23:35 +0000 (03:23 +0000)
        * symtab.c (lookup_block_symbol): Update comment.

gdb/ChangeLog
gdb/symtab.c

index 643a2a403ed8030ddc6a222bc314e759da6667f7..0c4e037e3d2e663a4c77c921c0285a2142042824 100644 (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.
index 53ed050eb0c8cb4b31722caacd12ca4b5aa625a7..b1a259013dcacc82a52b8bb61076beb8c074bada 100644 (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.
This page took 0.029804 seconds and 4 git commands to generate.