OSDN Git Service

dl: fix dlsym lookups with RTLD_NEXT
[uclinux-h8/uClibc.git] / ldso / README
index b5bb93e..dc37ea6 100644 (file)
@@ -5,25 +5,6 @@ Inital port for uClibc from debian ld.so_1.9.11-9.tar.gz.
 
 Removed a.out support.
 
-"make" generates the ld-uclibc.so.0, libdl.so.0, ldd, ldconfig
-       suitable for the target platform.
-
-"make DEVEL=true" generates the same files, but ld-uclibc.so.0 and
-       ldconfig are modified to not conflict with the devel platform system
-       libs.  (This is only of use if TARGET_ARCH == NATIVE_ARCH.)  These
-       modified versions ignore /lib and /usr/lib and look for shared libs
-       only in $(INSTALL_DIR)/lib.  The modified ldconfig writes ld.so.cache
-       in $(INSTALL_DIR)/etc.
-
-The above assumes you've set the DYNAMIC_LINKER to /lib/ld-uclibc.so.0
-in extra/gcc-uClibc/Makefile.
-
-Todo:
-
-Remove unneeded code in util/ldd.c.
-Link against static uClibc instead of using custom routines. ???
-Lots more cleanup... especially the arch-dependent Makefiles.
-
 ****************** original ld.so.lsm file **************************
 Begin3
 Title:          Linux shared, dynamic linker and utilities.