gcc/libjava/libltdl
Michael Koch 9e129d901c 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 21:48:25 +00:00
..
.cvsignore
acconfig.h
acinclude.m4 re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
aclocal.m4 re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ChangeLog
config-h.in re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
config.guess re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
config.sub re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
configure re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
configure.ac Initial revision 2003-12-16 06:55:13 +00:00
COPYING.LIB
install-sh re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ltdl.c re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ltdl.h re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ltmain.sh re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
Makefile.am re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
Makefile.in re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
missing re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
mkinstalldirs Initial revision 2003-12-16 06:55:13 +00:00
README re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
stamp-h.in

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)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen