cplus-dem.c: Various changes to produce Java output when passed DMGL_JAVA.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 30 Jul 1997 19:05:31 +0000 (12:05 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 30 Jul 1997 19:05:31 +0000 (12:05 -0700)
commita29f4129cc1ee65f68dcaeb8dc1438f77bee2f2c
tree54649435a5183538bf617aa53f1ffaec539ce088
parent72fa4f0ad2cd1e0225f5618cdc5e421db3c21fab
cplus-dem.c: Various changes to produce Java output when passed DMGL_JAVA.

* cplus-dem.c:  Various changes to produce Java output when passed
DMGL_JAVA.  Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
(main):  Support --java and -j flags to set DMGL_JAVA.

From-SVN: r14565
gcc/cplus-dem.c