summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-25 20:42:02 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-25 20:42:02 +0000
commit39ab0fdf56092ba49786f17b9cbfb50cc7db338f (patch)
tree7aededa6bb0f708cddfd41c8d0b6c62babad6668 /elf
parent4113baba44283b96178969727c0c6cb9f9c2b2bb (diff)
(routines): Add dl-iteratephdr and dl-iteratephdr-static.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/elf/Makefile b/elf/Makefile
index f187459e54..31ac7ba105 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -21,8 +21,9 @@
subdir := elf
headers = elf.h bits/elfclass.h link.h
-routines = $(dl-routines) dl-open dl-close dl-support \
- dl-addr enbl-secure dl-profstub dl-origin dl-libc dl-sym
+routines = $(dl-routines) dl-open dl-close dl-support dl-iteratephdr \
+ dl-iteratephdr-static dl-addr enbl-secure dl-profstub \
+ dl-origin dl-libc dl-sym
# The core dynamic linking functions are in libc for the static and
# profiled libraries.
@@ -31,7 +32,8 @@ dl-routines = $(addprefix dl-,load cache lookup object reloc deps \
version profile)
all-dl-routines = $(dl-routines) $(sysdep-dl-routines)
# But they are absent from the shared libc, because that code is in ld.so.
-elide-routines.os = $(all-dl-routines) dl-support enbl-secure
+elide-routines.os = $(all-dl-routines) dl-support enbl-secure \
+ dl-iteratephdr-static
# ld.so uses those routines, plus some special stuff for being the program
# interpreter and operating independent of libc.