jcf-dump.c (flag_print_constant_pool): Default to off.
authorPer Bothner <per@bothner.com>
Tue, 16 Mar 2004 22:36:43 +0000 (14:36 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 16 Mar 2004 22:36:43 +0000 (14:36 -0800)
commite4b27b12b017e0cf3639a92f3e64cff482421584
treec68d9837e3fb9e51307ad66199551261392f3ba4
parentec835fb2bfc25fb747550aec56d261042659bc54
jcf-dump.c (flag_print_constant_pool): Default to off.

* jcf-dump.c (flag_print_constant_pool):  Default to off.
(print_constant_terse_with_index):  New helper function.
(various places):  Check flag_print_constant_pool where missing.
(main):  If verbose set flag_print_constant_pool.
(HANDLE_INNERCLASSES_ATTRIBUTE):  Null inner class name is anonymous.

From-SVN: r79555
gcc/java/ChangeLog
gcc/java/jcf-dump.c