about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-05 05:29:26 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-05 05:29:26 +0000
commitb53df4c940bdfb4a23e065c7b3a919b4ed054f03 (patch)
treebce7ee6a6eb5cb69304b420bf20647656bb4e344 /ChangeLog
parent817a51e296ac7335b8e161756dbc18012f86f4cd (diff)
downloadglibc-b53df4c940bdfb4a23e065c7b3a919b4ed054f03.tar.gz
glibc-b53df4c940bdfb4a23e065c7b3a919b4ed054f03.tar.xz
glibc-b53df4c940bdfb4a23e065c7b3a919b4ed054f03.zip
Update.
	* sysdeps/unix/sysv/aix/dl-libc.c: Don't use the ELF version,
	define simple replacements here.  Patch by Michael Keezer.

	* sysdeps/ieee754/ldbl-128/e_logl.c: New file.
	* sysdeps/ieee754/ldbl-96/e_asinl.c: New file.
	Contributed by Stephen L Moshier <moshier@mediaone.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1481481a37..cae61e4c76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-04-04  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/aix/dl-libc.c: Don't use the ELF version,
+	define simple replacements here.  Patch by Michael Keezer.
+
+	* sysdeps/ieee754/ldbl-128/e_logl.c: New file.
+	* sysdeps/ieee754/ldbl-96/e_asinl.c: New file.
+	Contributed by Stephen L Moshier <moshier@mediaone.net>.
+
 	* posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used
 	anymore.