diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37017eb..0b24bb8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2005-01-28 Andrew Cagney <cagney@gnu.org> + + * doublest.c (floatformat_is_negative, floatformat_is_nan) + (floatformat_mantissa, get_field): Make the buffer a const + bfd_byte, simplify. + 2005-01-27 Andrew Cagney <cagney@gnu.org> * value.h (struct value): Change type of contents to bfd_byte. |