aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-08-17 18:03:42 +0000
committerDJ Delorie <dj@redhat.com>2005-08-17 18:03:42 +0000
commit3b6940c0d1e5be395d19c787d33e65f6edb545b2 (patch)
tree5020be65693b7851946a6686d3c2fd9d788cad79 /libiberty/ChangeLog
parente1e3d0f5e6f2d0b5f868e213514f0613e2818290 (diff)
downloadgdb-3b6940c0d1e5be395d19c787d33e65f6edb545b2.zip
gdb-3b6940c0d1e5be395d19c787d33e65f6edb545b2.tar.gz
gdb-3b6940c0d1e5be395d19c787d33e65f6edb545b2.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index ec9f779..3e2e92e 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-17 Mark Kettenis <kettenis@gnu.org>
+
+ * floatformat.c (floatformat_always_valid): Change type of last
+ argument to `void *'.
+ (floatformat_i387_ext_is_valid): Likewise.
+ (floatformat_to_double): Change type of second argument to `const
+ void *'.
+ (floatformat_from_double): Change type of last argument to `void
+ *'.
+ (floatformat_is_valid): Change type of last argument to `const
+ void *'.
+ (ieee_test): Remove redundant casts.
+
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* strverscmp.c: Update FSF address.