summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-05-09 19:53:44 +0000
committerMark Kettenis <kettenis@gnu.org>2005-05-09 19:53:44 +0000
commit8142f7cb8b4511a9b9a9f53721d171c45f9b0b19 (patch)
treeaad0ebaab5082668a9223fc211e78d634b21c82c
parent430b783269262185201724109a07d3e9a937bca3 (diff)
* i387-tdep.c: Remove outdated comments.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/i387-tdep.c9
2 files changed, 2 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 358aa8d62e..3d4b2d6b26 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2005-05-09 Mark Kettenis <kettenis@gnu.org>
+ * i387-tdep.c: Remove outdated comments.
+
* defs.h: Unconditionally include <sys/types.h>.
2005-05-08 Daniel Jacobowitz <dan@codesourcery.com>
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c
index ef4add6836..0d3c98805a 100644
--- a/gdb/i387-tdep.c
+++ b/gdb/i387-tdep.c
@@ -36,9 +36,6 @@
#include "i386-tdep.h"
#include "i387-tdep.h"
-/* Implement the `info float' layout based on the register definitions
- in `tm-i386.h'. */
-
/* Print the floating point number specified by RAW. */
static void
@@ -343,12 +340,6 @@ i387_value_to_register (struct frame_info *frame, int regnum,
/* Handle FSAVE and FXSAVE formats. */
-/* FIXME: kettenis/20030927: The functions below should accept a
- `regcache' argument, but I don't want to change the function
- signature just yet. There's some band-aid in the functions below
- in the form of the `regcache' local variables. This will ease the
- transition later on. */
-
/* At fsave_offset[REGNUM] you'll find the offset to the location in
the data structure used by the "fsave" instruction where GDB
register REGNUM is stored. */