OSDN Git Service

* java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Nov 2001 23:39:54 +0000 (23:39 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Nov 2001 23:39:54 +0000 (23:39 +0000)
commit795b12569754a9fc48d7b405f1bb083232bf483c
tree00e8580aca78cea0cc0c6157e06cdab7d56a0790
parent6937820b66063617f77cc5c28532a8b73997f6d1
* java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.
* Makefile.in: Rebuilt.
* Makefile.am (libgcj_la_SOURCES): Added verify.cc.
* verify.cc: New file.
* include/java-interp.h (_Jv_count_arguments): Declare.
(_Jv_VerifyMethod): Likewise.
(class _Jv_InterpMethod): Made _Jv_BytecodeVerifier a friend.
(class _Jv_InterpException): Likewise.
* resolve.cc (_Jv_count_arguments): Renamed from count_arguments.
No longer static.  Updated callers.
* defineclass.cc (int_bits_to_float): Removed.
(long_bits_to_double): Likewise.
(prepare_pool_entry): Updated.
(handleCodeAttribute): Verify method (commented out for now).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46796 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in
libjava/defineclass.cc
libjava/include/java-interp.h
libjava/java/lang/Class.h
libjava/resolve.cc
libjava/verify.cc [new file with mode: 0644]