diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-17 23:09:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-17 23:09:43 +0000 |
commit | f18edac3a387b956579f7a5ed0e46322c83432b2 (patch) | |
tree | 354b64ed298f71755f403674dfc0e7d8dd5abaf0 /elf/Makefile | |
parent | 3867ee645cc03dba836667728d60cabbae111255 (diff) | |
download | glibc-f18edac3a387b956579f7a5ed0e46322c83432b2.tar.gz glibc-f18edac3a387b956579f7a5ed0e46322c83432b2.tar.xz glibc-f18edac3a387b956579f7a5ed0e46322c83432b2.zip |
Wed Jul 17 21:53:45 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* elf/Makefile (dl-routines): Add dl-cache. * elf/dl-cache.c: New file. * elf/dl-load.c (_dl_map_object): Check cache before default path.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 13fced3b85..3b3bd1457b 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -25,7 +25,7 @@ routines = $(dl-routines) dl-open dl-close dl-symbol dl-support # The core dynamic linking functions are in libc for the static and # profiled libraries. -dl-routines = $(addprefix dl-,load lookup object reloc deps \ +dl-routines = $(addprefix dl-,load cache lookup object reloc deps \ runtime error init fini debug) # But they are absent from the shared libc, because that code is in ld.so. elide-routines.so = $(dl-routines) dl-support |