gcc/libjava/testsuite
Tom Tromey 7af8555855 Runtime.java (loadLibraryInternal): Declare.
* java/lang/Runtime.java (loadLibraryInternal): Declare.
	* java/lang/natClassLoader.cc (_Jv_FindClass): Removed dead copy.
	(_Jv_FindClassInCache): Likewise.
	(_Jv_FindClass): Don't conditionalize body on INTERPRETER.
	(findSystemClass): Try to load class from compiled module.
	Include Runtime.h.
	* java/lang/natRuntime.cc (load): Use UTF-8 copy of filename.
	(loadLibrary): Likewise.
	(lt_preloaded_symbols): Define.
	(loadLibraryInternal): New method.
	* include/config.h.in: Rebuilt.
	* acconfig.h (USE_LTDL): Added.
	* Makefile.am (SUBDIRS): Added $(DIRLTDL).
	(INCLUDES): Added $(INCLTDL).b
	(libgcj_la_DEPENDENCIES): Added $(LIBLTDL).
	(libgcj_la_LIBADD): Likewise.
	* aclocal.m4, configure: Rebuilt.
	* configure.in: Added libltdl support.

From-SVN: r31472
2000-01-17 19:22:20 +00:00
..
config Initial revision 1999-04-07 14:42:40 +00:00
lib libjava.exp (bytecompile_file): Use `env(SUN_JAVAC)', that defaults to javac, as Sun-javac compiler or compatible. 1999-07-31 23:52:52 +00:00
libjava.compile Test code for GNATS gcj/71 and GNATS gcj/72. 1999-10-20 01:09:33 +01:00
libjava.lang *** empty log message *** 2000-01-16 21:01:25 +00:00
libjava.mauve mauve.exp (mauve_compute_uses): Let user select specific tests to run. 2000-01-03 20:18:19 +00:00
ChangeLog *** empty log message *** 2000-01-16 21:01:25 +00:00
Makefile.am Initial revision 1999-04-07 14:42:40 +00:00
Makefile.in Runtime.java (loadLibraryInternal): Declare. 2000-01-17 19:22:20 +00:00