aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-01 17:28:41 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-01 17:28:41 +0000
commit31a85ea289148c5d12f40b0829f8f40223779bbb (patch)
treef11557a0c266fb9d29439fad40d6431622543832 /gdb/config
parenteabd89923e98fca7f1e1c91b5fb30a95a51d4cb2 (diff)
downloadgdb-31a85ea289148c5d12f40b0829f8f40223779bbb.zip
gdb-31a85ea289148c5d12f40b0829f8f40223779bbb.tar.gz
gdb-31a85ea289148c5d12f40b0829f8f40223779bbb.tar.bz2
2003-02-01 Andrew Cagney <ac131313@redhat.com>
* infcmd.c (print_float_info): Delete code conditional on FLOAT_INFO. * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright. * config/m68k/nm-apollo68b.h: Ditto. * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright. * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto. * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto. Index: doc/ChangeLog 2003-02-01 Andrew Cagney <ac131313@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete FLOAT_INFO.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/tm-ptx.h15
-rw-r--r--gdb/config/i386/tm-symmetry.h15
-rw-r--r--gdb/config/m68k/nm-apollo68b.h2
-rw-r--r--gdb/config/nm-lynx.h7
-rw-r--r--gdb/config/ns32k/nm-nbsd.h4
5 files changed, 11 insertions, 32 deletions
diff --git a/gdb/config/i386/tm-ptx.h b/gdb/config/i386/tm-ptx.h
index 2b7a86c..6a75298 100644
--- a/gdb/config/i386/tm-ptx.h
+++ b/gdb/config/i386/tm-ptx.h
@@ -1,7 +1,9 @@
/* Target machine definitions for GDB on a Sequent Symmetry under ptx
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 2000
- Free Software Foundation, Inc.
+
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 2000,
+ 2003 Free Software Foundation, Inc.
+
Symmetry version by Jay Vosburgh (fubar@sequent.com).
This file is part of GDB.
@@ -41,15 +43,6 @@
#undef DECR_PC_AFTER_BREAK
#define DECR_PC_AFTER_BREAK 0
-#if 0
--- -this code can 't be used unless we know we are running native,
-since it uses host specific ptrace calls.
-/* code for 80387 fpu. Functions are from i386-dep.c, copied into
- * symm-dep.c.
- */
-#define FLOAT_INFO { i386_float_info(); }
-#endif
-
/* Number of machine registers */
#undef NUM_REGS
diff --git a/gdb/config/i386/tm-symmetry.h b/gdb/config/i386/tm-symmetry.h
index dc7c81f..a15f45f 100644
--- a/gdb/config/i386/tm-symmetry.h
+++ b/gdb/config/i386/tm-symmetry.h
@@ -1,7 +1,9 @@
/* Target machine definitions for GDB on a Sequent Symmetry under dynix 3.0,
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995
- Free Software Foundation, Inc.
+
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 2003 Free
+ Software Foundation, Inc.
+
Symmetry version by Jay Vosburgh (fubar@sequent.com).
This file is part of GDB.
@@ -39,15 +41,6 @@
#undef DECR_PC_AFTER_BREAK
#define DECR_PC_AFTER_BREAK 0
-#if 0
-/* --- this code can't be used unless we know we are running native,
- since it uses host specific ptrace calls. */
-/* code for 80387 fpu. Functions are from i386-dep.c, copied into
- * symm-dep.c.
- */
-#define FLOAT_INFO { i386_float_info(); }
-#endif
-
/* Number of machine registers */
#undef NUM_REGS
diff --git a/gdb/config/m68k/nm-apollo68b.h b/gdb/config/m68k/nm-apollo68b.h
index eca8bfa..75731a7 100644
--- a/gdb/config/m68k/nm-apollo68b.h
+++ b/gdb/config/m68k/nm-apollo68b.h
@@ -30,8 +30,6 @@
#define KERNEL_U_ADDR 0
-#undef FLOAT_INFO /* No float info yet */
-
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = (6 + 4 * (regno))
diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h
index 1cd2bd1..1fb0eb6 100644
--- a/gdb/config/nm-lynx.h
+++ b/gdb/config/nm-lynx.h
@@ -1,6 +1,7 @@
/* Native-dependent definitions for LynxOS.
- Copyright 1993, 1994, 1995, 1996, 1999, 2000
- Free Software Foundation, Inc.
+
+ Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2003 Free Software
+ Foundation, Inc.
This file is part of GDB.
@@ -42,8 +43,6 @@
#define KERNEL_U_ADDR USRSTACK
-#undef FLOAT_INFO /* No float info yet */
-
/* As of LynxOS 2.2.2 (beta 8/15/94), this is int. Previous versions seem to
have had no prototype, so I'm not sure why GDB used to define this to
char *. */
diff --git a/gdb/config/ns32k/nm-nbsd.h b/gdb/config/ns32k/nm-nbsd.h
index 4e1e13b..eb803f2 100644
--- a/gdb/config/ns32k/nm-nbsd.h
+++ b/gdb/config/ns32k/nm-nbsd.h
@@ -25,10 +25,6 @@
/* Get generic NetBSD native definitions. */
#include "config/nm-nbsd.h"
-#if 0
-#define FLOAT_INFO { extern ns32k_float_info(); ns32k_float_info(); }
-#endif
-
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = ns32k_register_u_addr ((blockend),(regno));