diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 19:22:20 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 19:22:20 +0000 |
commit | b345481f8bb054f56666fbf6f8b6b9486d1c4a97 (patch) | |
tree | abbebe060c5e4dbbfb15413e91ce07c0ef855016 /libjava/acconfig.h | |
parent | 3679eb628a23846eab924b27bc7deb43037dac0b (diff) | |
download | gcc-b345481f8bb054f56666fbf6f8b6b9486d1c4a97.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r-- | libjava/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h index 75931b7ef6f..0a9adad0ca9 100644 --- a/libjava/acconfig.h +++ b/libjava/acconfig.h @@ -125,3 +125,6 @@ /* Define if getuid() and friends are missing. */ #undef NO_GETUID + +/* Define if libltdl is in use. */ +#undef USE_LTDL |