diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-07 17:10:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-07 17:10:33 +0000 |
commit | 47b3f4563210364f3077fd82831811202c0fab9d (patch) | |
tree | 5eb32eb48e5372b543d7b8ec0b43413333f84b62 /gdb/ChangeLog | |
parent | 0a8146bf610ce1e80ebff664273173d5449396da (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |