about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-15 23:50:05 +0000
committerRoland McGrath <roland@gnu.org>2002-11-15 23:50:05 +0000
commit502328b25830408ad6d8c5d6adf86fe88f3f10d6 (patch)
tree8dc67ca20cd83053d8c6df3e853e9e6ce41898ea /ChangeLog
parent92712dee6828b76b2646d853328cf030eacd36b1 (diff)
downloadglibc-502328b25830408ad6d8c5d6adf86fe88f3f10d6.tar.gz
glibc-502328b25830408ad6d8c5d6adf86fe88f3f10d6.tar.xz
glibc-502328b25830408ad6d8c5d6adf86fe88f3f10d6.zip
* math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
	s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
	Instead add $(calls:s_%=m_%) to get m_* versions of them all.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf84dc0879..07eac3bd5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-15  Roland McGrath  <roland@redhat.com>
+
+	* math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
+	s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
+	Instead add $(calls:s_%=m_%) to get m_* versions of them all.
+
 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.