about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-04 16:11:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-04 16:11:43 +0000
commitcc46c92d6b7d03aedb6c06364376c17dc9e0feb3 (patch)
treec524a647f8ae31ada681de005b2af89b74f91cf7 /ChangeLog
parentec880cc71ab5aa7000ba88e74d7882c3dd4f4a0e (diff)
downloadglibc-cc46c92d6b7d03aedb6c06364376c17dc9e0feb3.tar.gz
glibc-cc46c92d6b7d03aedb6c06364376c17dc9e0feb3.tar.xz
glibc-cc46c92d6b7d03aedb6c06364376c17dc9e0feb3.zip
Update.
2000-06-01  Jakub Jelinek  <jakub@redhat.com>

	* libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
	inlines to match prototypes in mathcalls.h.
	* libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
	* libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
	* libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
	* libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.

	* sysdeps/powerpc/dl-start.S: Close open comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a0dad296a..5db2dae155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-06-01  Jakub Jelinek  <jakub@redhat.com>
+
+	* libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
+	inlines to match prototypes in mathcalls.h.
+	* libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
+	* libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
+	* libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
+	* libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
+
 2000-06-03  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/elf.h (SHT_SUNW_move): Define.
@@ -6,7 +15,7 @@
 
 2000-06-03  Andreas Jaeger  <aj@suse.de>
 
- 	* sysdeps/powerpc/dl-start.S: Close open comment.
+	* sysdeps/powerpc/dl-start.S: Close open comment.
 
 2000-06-03  Jakub Jelinek  <jakub@redhat.com>