]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* valops.c (search_struct_field): Search basesclasses in
authorPer Bothner <per@bothner.com>
Wed, 17 Sep 1997 04:28:14 +0000 (04:28 +0000)
committerPer Bothner <per@bothner.com>
Wed, 17 Sep 1997 04:28:14 +0000 (04:28 +0000)
ascending, not descending order.  Hack to avoid virtual baseclass
botch for Java interfaces.

gdb/ChangeLog

index 91757b370e1df7ec4819d2b0a1f8b3ae8725fd9b..7ebad5ebcf1261433b04ffacd4840bc1898ae078 100644 (file)
@@ -15,7 +15,11 @@ Tue Sep 16 20:00:05 1997  Per Bothner  <bothner@cygnus.com>
        Print pointer as TYPE@HEXADDR, instead of (TYPE)0xHEXADDR.
        (java_val_print):  Move check for object type to java_value_print.
        Check for null.  Print pointer as @HEXADDR, not 0xHEXADDR.
-       
+
+       * valops.c (search_struct_field):  Search basesclasses in
+       ascending, not descending order.  Hack to avoid virtual baseclass
+       botch for Java interfaces.
+
 Tue Sep 16 19:56:23 1997  Per Bothner  <bothner@cygnus.com>
 
        * util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):