r137490 - in /branches/gcc-in-cxx/gcc/java: Cha...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Fri Jul 4 21:40:00 GMT 2008
Author: tromey
Date: Fri Jul 4 21:40:31 2008
New Revision: 137490
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137490
Log:
* verify.h: Don't use 'extern "C"'.
* jcf-parse.c (handle_constant): Cast to cpool_tag.
* verify-impl.c (check_class_constant): Initialize with void_type,
not 0.
(check_constant): Likewise.
(check_wide_constant): Likewise.
(verify_instructions_0) <op_newarray>: Cast 'atype' to type_val.
* Make-lang.in (jvspec.o): Use $(CXX).
($(GCJ)$(exeext)): Likewise.
(jc1$(exeext)): Likewise.
(jcf-dump$(exeext)): Likewise.
(jvgenmain$(exeext)): Likewise.
(java/jcf-io.o): Likewise.
(java/jcf-path.o): Likewise.
Added:
branches/gcc-in-cxx/gcc/java/ChangeLog.cxx
Modified:
branches/gcc-in-cxx/gcc/java/Make-lang.in
branches/gcc-in-cxx/gcc/java/jcf-parse.c
branches/gcc-in-cxx/gcc/java/verify-impl.c
branches/gcc-in-cxx/gcc/java/verify.h
More information about the Gcc-cvs
mailing list