diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-05-16 05:58:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-05-16 05:58:20 +0000 |
commit | 4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9 (patch) | |
tree | 568340696f1a46a95d0ea6423063ec7897b5746e /elf | |
parent | 913a752b8d60f56fa97968f3074fcf2fc47728da (diff) | |
download | glibc-4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9.tar glibc-4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9.tar.gz glibc-4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9.tar.bz2 glibc-4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9.zip |
Update.
2002-05-15 Ulrich Drepper <drepper@redhat.com>
* elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
* sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
dl-brk and dl-sbrk.
* sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
(fdimf): Likewise.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 380dc80d95..073d1cd8da 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -38,7 +38,7 @@ elide-routines.os = $(all-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 \ - dl-xstat64 dl-fxstat64 dl-sbrk dl-brk + dl-xstat64 dl-fxstat64 all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines) distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ |