aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-28 16:48:59 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-28 16:48:59 +0000
commit3d2615808faf9c93f0fe8a20133fa80e12163a82 (patch)
tree2066c9306b6e077a2439d67dd803076b66f60e0a /gdb/ChangeLog
parentd708bcbabb043a0e95555e8e44fc7d6da92795fa (diff)
downloadgdb-3d2615808faf9c93f0fe8a20133fa80e12163a82.zip
gdb-3d2615808faf9c93f0fe8a20133fa80e12163a82.tar.gz
gdb-3d2615808faf9c93f0fe8a20133fa80e12163a82.tar.bz2
* i386-tdep.c: Include "gdb_assert.h"
(i386_register_convert_to_virtual): Fix such that it can handle conversion to any floating-point type. Assert that we are dealing with a floating-point first. (i386_register_convert_to_raw): Assert that TYPE is a floating-point type with length 12.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0f1b56c..51c7727 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2001-07-28 Mark Kettenis <kettenis@gnu.org>
+
+ * i386-tdep.c: Include "gdb_assert.h"
+ (i386_register_convert_to_virtual): Fix such that it can handle
+ conversion to any floating-point type. Assert that we are dealing
+ with a floating-point first.
+ (i386_register_convert_to_raw): Assert that TYPE is a
+ floating-point type with length 12.
+
2001-07-27 John R. Moore <jmoore@redhat.com>
* configure.in: Added dependency of gdb on tcl/tk libraries.