aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-12-07 21:07:59 +0000
committerJim Blandy <jimb@codesourcery.com>2001-12-07 21:07:59 +0000
commitf4697836921014a6a3a39f9fbcbfe707e62f4a98 (patch)
tree6f2c619d366b1fd0c4bd8e0ad46405f88139f6c5 /gdb/ChangeLog
parent7a345fb3e39283ea821a1e7118ae2412bc53c742 (diff)
downloadgdb-f4697836921014a6a3a39f9fbcbfe707e62f4a98.zip
gdb-f4697836921014a6a3a39f9fbcbfe707e62f4a98.tar.gz
gdb-f4697836921014a6a3a39f9fbcbfe707e62f4a98.tar.bz2
* printcmd.c (print_scalar_formatted): Compare the length of the
value against the lengths of the target's floating-point types, not the host's. Add support for `long double'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9acd44a..b29b15d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-07 Jim Blandy <jimb@redhat.com>
+
+ * printcmd.c (print_scalar_formatted): Compare the length of the
+ value against the lengths of the target's floating-point types,
+ not the host's. Add support for `long double'.
+
2001-12-07 Martin M. Hunt <hunt@redhat.com>
* configure.in: Check for sys/filio.h