aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-07 17:10:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-07 17:10:33 +0000
commit47b3f4563210364f3077fd82831811202c0fab9d (patch)
tree5eb32eb48e5372b543d7b8ec0b43413333f84b62 /gdb/ChangeLog
parent0a8146bf610ce1e80ebff664273173d5449396da (diff)
downloadgdb-47b3f4563210364f3077fd82831811202c0fab9d.zip
gdb-47b3f4563210364f3077fd82831811202c0fab9d.tar.gz
gdb-47b3f4563210364f3077fd82831811202c0fab9d.tar.bz2
2004-08-07 Andrew Cagney <cagney@gnu.org>
* doublest.c: Update copyright. (floatformat_from_length): Call error when floatformat is NULL. (extract_floating_by_length): Remove NULL fmt check. (store_floating_by_length): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ab03b29..051b616 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2004-08-07 Andrew Cagney <cagney@gnu.org>
+ * doublest.c: Update copyright.
+ (floatformat_from_length): Call error when floatformat is NULL.
+ (extract_floating_by_length): Remove NULL fmt check.
+ (store_floating_by_length): Ditto.
+
+2004-08-07 Andrew Cagney <cagney@gnu.org>
+
* regcache.c (regcache_raw_read): For the moment, #ifdef assert
that the register is valid.