mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* 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:
@ -16,6 +16,10 @@ Tue Sep 16 20:00:05 1997 Per Bothner <bothner@cygnus.com>
|
||||
(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):
|
||||
|
Reference in New Issue
Block a user