mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +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.
|
(java_val_print): Move check for object type to java_value_print.
|
||||||
Check for null. Print pointer as @HEXADDR, not 0xHEXADDR.
|
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>
|
Tue Sep 16 19:56:23 1997 Per Bothner <bothner@cygnus.com>
|
||||||
|
|
||||||
* util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
|
* util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
|
||||||
|
Reference in New Issue
Block a user