* valops.c (search_struct_field): Search basesclasses in

ascending, not descending order.  Hack to avoid virtual baseclass
	botch for Java interfaces.
This commit is contained in:
Per Bothner 1997-09-17 04:28:14 +00:00
parent fc655dc202
commit a183753d92

View 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):