OSDN Git Service

* jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
authorDaniel Jacobowitz <dan@debian.org>
Mon, 14 May 2007 16:44:27 +0000 (16:44 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Mon, 14 May 2007 16:44:27 +0000 (16:44 +0000)
commit32445dae17ad6bc15945d3b2d3c8acadfe99feb6
treeaa6e1c90aadb819bdc947f10ba42acd33a7d3575
parentd5861a7c397f720ab431e96788bff092e0a58484
* 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