aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i386v.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-04-05 09:02:10 +0000
committerJohn Gilmore <gnu@cygnus>1991-04-05 09:02:10 +0000
commit3f2e006b77f217bbf4a4cb9299cf248058a44ed3 (patch)
tree60b9a78e945e02698d856ea5b82982fe549b26f2 /gdb/tm-i386v.h
parent07d021a6ae8d3ed9da9f55c8623739e7a716308e (diff)
downloadgdb-3f2e006b77f217bbf4a4cb9299cf248058a44ed3.zip
gdb-3f2e006b77f217bbf4a4cb9299cf248058a44ed3.tar.gz
gdb-3f2e006b77f217bbf4a4cb9299cf248058a44ed3.tar.bz2
*** empty log message ***
Diffstat (limited to 'gdb/tm-i386v.h')
-rw-r--r--gdb/tm-i386v.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/tm-i386v.h b/gdb/tm-i386v.h
index 59f8967..4f35e3a 100644
--- a/gdb/tm-i386v.h
+++ b/gdb/tm-i386v.h
@@ -99,11 +99,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define INVALID_FLOAT(p, len) (0)
+#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.
+ 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
/* Say how long (ordinary) registers are. */