summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-22 12:41:24 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-22 12:41:24 +0000
commite27b79d3ee01b15474e807c8b8347881b2f28df2 (patch)
tree94ff1d7ac431b8d94c6a8cdd86ad1e78f7553906 /elf
parentf74e8ed1dad88f1a3fc0bf9cfb4fc7f68a73eb50 (diff)
downloadglibc-e27b79d3ee01b15474e807c8b8347881b2f28df2.tar.gz
glibc-e27b79d3ee01b15474e807c8b8347881b2f28df2.tar.xz
glibc-e27b79d3ee01b15474e807c8b8347881b2f28df2.zip
(dl-routines, elide-routines.os, rtld-routines): Undo last change.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 6da5e8cdb9..ddd9d222fb 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -28,15 +28,13 @@ routines	= $(dl-routines) dl-open dl-close dl-symbol dl-support \
 # profiled libraries.
 dl-routines	= $(addprefix dl-,load cache lookup object reloc deps \
 			          runtime error init fini debug misc \
-				  version profile) \
-		  fpu_control
+				  version profile)
 # But they are absent from the shared libc, because that code is in ld.so.
-elide-routines.os = $(dl-routines) dl-support enbl-secure fpu_control
+elide-routines.os = $(dl-routines) dl-support enbl-secure
 
 # ld.so uses those routines, plus some special stuff for being the program
 # interpreter and operating independent of libc.
-rtld-routines	:= rtld $(dl-routines) dl-sysdep dl-environ dl-minimal \
-		   fpu_control
+rtld-routines	:= rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
 distribute	= $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
 		  dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \
 		  genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \