diff options
author | Roland McGrath <roland@gnu.org> | 2004-05-29 22:29:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-05-29 22:29:35 +0000 |
commit | 44094580c6603647916f4c7e2907c4fb915fbfcf (patch) | |
tree | 26170ce2300423d6895d2aeaeb97fdc15907efef /elf/Makefile | |
parent | 0ac55e68f8d9a84c3cd03c6dc63e0f50b6f22091 (diff) | |
download | glibc-44094580c6603647916f4c7e2907c4fb915fbfcf.tar.gz glibc-44094580c6603647916f4c7e2907c4fb915fbfcf.tar.xz glibc-44094580c6603647916f4c7e2907c4fb915fbfcf.zip |
2004-05-29 Roland McGrath <roland@redhat.com>
* elf/Makefile (shared-only-routines): Add dl-caller.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index a366a687de..6cdcfd4a26 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -34,6 +34,7 @@ dl-routines = $(addprefix dl-,load cache lookup object reloc deps \ 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 dl-origin +shared-only-routines += dl-caller # ld.so uses those routines, plus some special stuff for being the program # interpreter and operating independent of libc. @@ -91,7 +92,7 @@ include ../Makeconfig ifeq ($(unwind-find-fde),yes) routines += unwind-dw2-fde-glibc -shared-only-routines = unwind-dw2-fde-glibc +shared-only-routines += unwind-dw2-fde-glibc endif before-compile = $(objpfx)trusted-dirs.h |