gcc/libjava/gcj
Tom Tromey 0507a9b19f field.h (struct _Jv_Field): Use "jshort" as type for nameIndex.
* gcj/field.h (struct _Jv_Field): Use "jshort" as type for
	nameIndex.  Use "jint" as type for boffset.
	* java/lang/Class.h (struct _Jv_Method): Made accflags a
	_Jv_ushort.
	(Class): Likewise.  Also changed type of method_count,
	vtable_method_count, size_in_bytes, field_count,
	static_field_count, interface_count.
	* gcj/array.h (__JArray): Made `length' a const jsize, not an
	int.

From-SVN: r31621
2000-01-26 00:55:50 +00:00
..
Makefile.am configure: Rebuilt. 1999-09-10 22:03:10 +00:00
Makefile.in Runtime.java (loadLibraryInternal): Declare. 2000-01-17 19:22:20 +00:00
array.h field.h (struct _Jv_Field): Use "jshort" as type for nameIndex. 2000-01-26 00:55:50 +00:00
cni.h * All files: Updated copyright to reflect Cygnus purchase. 2000-01-19 18:39:27 +00:00
field.h field.h (struct _Jv_Field): Use "jshort" as type for nameIndex. 2000-01-26 00:55:50 +00:00
javaprims.h * All files: Updated copyright to reflect Cygnus purchase. 2000-01-19 18:39:27 +00:00
method.h natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA. 2000-01-21 23:50:31 +00:00