diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-28 16:48:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-28 16:48:59 +0000 |
commit | 3d2615808faf9c93f0fe8a20133fa80e12163a82 (patch) | |
tree | 2066c9306b6e077a2439d67dd803076b66f60e0a /gdb/ChangeLog | |
parent | d708bcbabb043a0e95555e8e44fc7d6da92795fa (diff) | |
download | gdb-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/ChangeLog | 9 |
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. |