mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
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.
This commit is contained in:
parent
913a752b8d
commit
4e960bbf4e
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
2002-05-15 Roland McGrath <roland@frob.com>
|
||||
|
||||
* hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user