* jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
authorDaniel Jacobowitz <drow@false.org>
Mon, 14 May 2007 16:44:27 +0000 (16:44 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 14 May 2007 16:44:27 +0000 (16:44 +0000)
commitdc5000e72188dd452616737a08bd11b320a8d25d
tree358b3e50ad8ddfba9260d2608832e16d96bb9342
parentbfe9c90b9ad82475c78ff876f377f96489afb65c
* jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
STRUCTOP_STRUCT.
* jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
STRUCTOP_STRUCT.
* jv-typeprint.c (java_print_type): Do not crash on NULL varstring.

* gdb.java/jprint.java (public): Avoid invalid call to static
method.
gdb/ChangeLog
gdb/jv-exp.y
gdb/jv-lang.c
gdb/jv-typeprint.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.java/jprint.java