summaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-08-15 23:21:34 +0000
committerMark Kettenis <kettenis@gnu.org>2002-08-15 23:21:34 +0000
commit14e00cd062ab79eaeaa5b81327d9df29626a6a9f (patch)
treefca708aceb2bd3a4c10029063bc57aaa04f74c28 /gdb/config/i386
parentef9dcf4225d4c35afd357898ea7df3de66eb7a79 (diff)
downloadgdb-14e00cd062ab79eaeaa5b81327d9df29626a6a9f.tar.gz
* config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
out define.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/nm-i386v.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/i386/nm-i386v.h b/gdb/config/i386/nm-i386v.h
index e7bfca4ea57..af19115761b 100644
--- a/gdb/config/i386/nm-i386v.h
+++ b/gdb/config/i386/nm-i386v.h
@@ -20,17 +20,6 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#if 0
-/* code to execute to print interesting information about the
- floating point processor (if any)
- No need to define if there is nothing to do.
- On the 386, unfortunately this code is host-dependent (and lives
- in the i386-xdep.c file), so we can't
- do this unless we *know* we aren't cross-debugging. FIXME.
- */
-#define FLOAT_INFO { i386_float_info (); }
-#endif /*0 */
-
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = i386_register_u_addr ((blockend),(regno));