aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-02 22:26:02 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-02 22:26:02 +0000
commite254df14d58746e1e09dca15f43e8a88c5c5218b (patch)
treec5ac1ab7b84d497d957f269a93d0eeb305854669 /elf/Makefile
parente3e35cfc95cbfdc7829a5717af244d978d309f42 (diff)
downloadglibc-e254df14d58746e1e09dca15f43e8a88c5c5218b.tar
glibc-e254df14d58746e1e09dca15f43e8a88c5c5218b.tar.gz
glibc-e254df14d58746e1e09dca15f43e8a88c5c5218b.tar.bz2
glibc-e254df14d58746e1e09dca15f43e8a88c5c5218b.zip
Update.
* elf/Makefile (libdl-routines): Add dlopenold. * elf/Versions [libdl, GLIBC_2.1]: Add dlopen. * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL is set and bounce otherwise. * elf/dlopen.c: Rename function to __dlopen_check and make version named dlopen. * elf/dlopenold.c: New file. 1998-11-02 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index ddd9d222fb..763908e7c5 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -42,7 +42,7 @@ distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
extra-libs = libdl
extra-libs-others = $(extra-libs)
-libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr
+libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr dlopenold
before-compile = $(objpfx)trusted-dirs.h