* jcf-dump.c (print_constant): Fix fencepost error so "Float" and
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2001 19:42:36 +0000 (19:42 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2001 19:42:36 +0000 (19:42 +0000)
commite025bbe7bf73c4adaa7edeec9158db8f8438295f
treee6528e4c2ce9e6eab3a1fdb170886090ee7e590d
parent15b659324f4e0bd3b2cf0d64596de70ac8dfea17
* jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
"Double" are printed at verbosity 1.

* jcf-dump.c (main):  Disable flag_print_attributes if --javap.

* jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45296 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/jcf-dump.c