aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-19 22:11:23 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-19 22:11:23 +0000
commit2d7faa721d72da439dd3b732ff9a41d096438cc8 (patch)
tree11fa833ce4f2fc98b5b777081e1b6441b5a4b5d2 /ChangeLog
parent4c48dc9386ff50f960ae9d7d71493bfd85ccb979 (diff)
downloadglibc-2d7faa721d72da439dd3b732ff9a41d096438cc8.tar
glibc-2d7faa721d72da439dd3b732ff9a41d096438cc8.tar.gz
glibc-2d7faa721d72da439dd3b732ff9a41d096438cc8.tar.bz2
glibc-2d7faa721d72da439dd3b732ff9a41d096438cc8.zip
Update.
2001-02-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error, libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also in libc. (routines): Replace libm_error with libc_libm_error. * sysdeps/ia64/fpu/Dist: Add libc_libm_error.c. * sysdeps/ia64/fpu/libc_libm_error.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcf5d23172..5c3212c3db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-02-19 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error,
+ libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also
+ in libc.
+ (routines): Replace libm_error with libc_libm_error.
+ * sysdeps/ia64/fpu/Dist: Add libc_libm_error.c.
+ * sysdeps/ia64/fpu/libc_libm_error.c: New file.
+
2001-02-18 Mark Kettenis <kettenis@gnu.org>
* malloc/mtrace.c [USE_IN_LIBIO]: Define fopen as _IO_fopen64.