From 466c5843e1cac0e0f7124951488e505d9bd68ffb Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 9 May 2005 19:53:44 +0000 Subject: [PATCH] * i387-tdep.c: Remove outdated comments. --- gdb/i387-tdep.c | 9 --------- 1 file changed, 9 deletions(-) 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. */ -- 2.11.0