From: Ulrich Drepper Date: Thu, 16 May 2002 05:58:20 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~773 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9;p=thirdparty%2Fglibc.git Update. 2002-05-15 Ulrich Drepper * 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. --- diff --git a/ChangeLog b/ChangeLog index f4462d8dcac..8d2e5aa4a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-05-15 Ulrich Drepper + + * 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. + 2002-05-15 Roland McGrath * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg. diff --git a/elf/Makefile b/elf/Makefile index 380dc80d95d..073d1cd8da0 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 \