2000-01-17 20:00:44 +01:00
|
|
|
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
|
|
|
|
|
|
|
|
It supports the following dlopen interfaces:
|
|
|
|
* dlopen (Solaris, Linux and various BSD flavors)
|
|
|
|
* shl_load (HP-UX)
|
|
|
|
* LoadLibrary (Win16 and Win32)
|
|
|
|
* load_add_on (BeOS)
|
|
|
|
* GNU DLD (emulates dynamic linking for static libraries)
|
re PR libgcj/13056 (import new libltdl)
2003-12-16 Michael Koch <konqueror@gmx.de>
Fix for PR libgcj/13056.
* libltdl/configure.in,
libltdl/config.h.in: Removed.
* libltdl/configure.ac,
libltdl/config-h.in,
libltdl/install-sh,
libltdl/config.guess,
libltdl/config.sub,
libltdl/missing,
libltdl/mkinstalldirs,
libltdl/ltmain.sh: New files.
* libltdl/Makefile.am,
libltdl/acinclude.m4,
libltdl/aclocal.m4,
libltdl/ltdl.c,
libltdl/ltdl.h,
libltdl/README: Update to versions from libtool 1.5.
libltdl/configure,
* libltdl/Makefile.in: Regenerated.
* java/lang/natRuntime.cc (find_symbol):
Use type 'lt_ptr' instead of 'lt_ptr_t'.
From-SVN: r74711
2003-12-16 22:48:25 +01:00
|
|
|
* dyld (darwin/Mac OS X)
|
2000-01-17 20:00:44 +01:00
|
|
|
* libtool's dlpreopen
|