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 /ChangeLog | |
parent | 913a752b8d60f56fa97968f3074fcf2fc47728da (diff) | |
download | glibc-4e960bbf4ef07f7ef2d9888ddd7419dc4c8cfbf9.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |