about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-07 16:53:48 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-07 16:53:48 +0000
commit99ac5e47c0d9c9747b01190c3df82b078b9a8a07 (patch)
tree8b76116578b679b25263f1122cb6505ab6275101 /ChangeLog
parent345f9ac0dbdb4af7a18b0e3994d4b0f17169fbbc (diff)
downloadglibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.tar.gz
glibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.tar.xz
glibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.zip
Update.
2000-06-07  Andreas Jaeger  <aj@suse.de>

	* elf/Makefile: Build ldconfig only when building shared libraries.

2000-06-07  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
	__USE_ISOC99.
	(fdimf, __fdim, fdim): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ddf26b542..aa2df2b491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-06-07  Andreas Jaeger  <aj@suse.de>
+
+	* elf/Makefile: Build ldconfig only when building shared libraries.
+
+2000-06-07  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
+	__USE_ISOC99.
+	(fdimf, __fdim, fdim): Likewise.
+
 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* locale/findlocale.c: Add __builtin_expect in many places.