yasm/libltdl
Peter Johnson 53f6123eaf Check for NULL pointer in LT_DLMEM_REASSIGN() before freeing it.
svn path=/trunk/yasm/; revision=769
2002-10-21 04:53:41 +00:00
..
.cvsignore Integrate gettext, libtool, and libltdl into CVS and more tightly into 2002-05-29 05:25:32 +00:00
COPYING.LIB Initial revision 2002-05-29 04:46:54 +00:00
ltdl.c Check for NULL pointer in LT_DLMEM_REASSIGN() before freeing it. 2002-10-21 04:53:41 +00:00
ltdl.h Initial revision 2002-05-29 04:46:54 +00:00
Makefile.am Integrate gettext, libtool, and libltdl into CVS and more tightly into 2002-05-29 05:25:32 +00:00
README Initial revision 2002-05-29 04:46:54 +00: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)
* libtool's dlpreopen