2003-02-01 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 1 Feb 2003 17:28:41 +0000 (17:28 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 1 Feb 2003 17:28:41 +0000 (17:28 +0000)
* 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.

gdb/ChangeLog
gdb/config/i386/tm-ptx.h
gdb/config/i386/tm-symmetry.h
gdb/config/m68k/nm-apollo68b.h
gdb/config/nm-lynx.h
gdb/config/ns32k/nm-nbsd.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/infcmd.c

index eb9f2d2b16ae471bb168fdd3bc7b3a6a8a6377be..beb80e51d03c3b7cfda6c372581e871f4891dc5c 100644 (file)
@@ -1,3 +1,13 @@
+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.
+
 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
 
        * config/i386/tm-i386os9k.h: Removed.
index 2b7a86c74c3562aa5620d87f2141657986b58799..6a7529887bac701a45cb55134a5b9b4b5a27ca7d 100644 (file)
@@ -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.
 #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
index dc7c81f2fb2d5154a0e405e115f69fb175ed4dc5..a15f45f1c9595f32cae9f84766a03307c9c74aa6 100644 (file)
@@ -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.
 #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
index eca8bfa7ce61146bc7c4453da2ef3ad5d516983b..75731a73127ae9d19022c73b642b5deec084c735 100644 (file)
@@ -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))
 
index 1cd2bd1ceb1a0151495563eb276f1ffb847bff3e..1fb0eb61a1625790089c2d5776ff229a2f8e7e62 100644 (file)
@@ -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 *.  */
index 4e1e13b9e3e17711e3fa0f83e1f76e24a824be53..eb803f2e79331e84c5924d4bab53e5f0c51a68c4 100644 (file)
 /* 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));
 
index a4b7ec24f6b4fd4a6119f1334b85cc3f6237582e..8d66b91b53f2b187c470d5056533b3e72f49c22c 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Delete
+       FLOAT_INFO.
+
 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
 
        * stabs.texinfo (Member Type Descriptor): Clarify description of
index 6a864960bf50aa811e04f078c4bdc530134391ec..a68763b250d56481ad711960af8d4ab317b6b5b3 100644 (file)
@@ -3232,10 +3232,6 @@ If not defined, @code{EXTRACT_RETURN_VALUE} is used.
 @findex EXTRACT_STRUCT_VALUE_ADDRESS_P
 Predicate for @code{EXTRACT_STRUCT_VALUE_ADDRESS}.
 
-@item FLOAT_INFO
-@findex FLOAT_INFO
-Deprecated in favor of @code{PRINT_FLOAT_INFO}.
-
 @item FP_REGNUM
 @findex FP_REGNUM
 If the virtual frame pointer is kept in a register, then define this
index 8e9db39ed20cf6b794babfbc48692ebdf7832aac..7a96900a24e65227fd28e7f383b13dd7da1e7d28 100644 (file)
@@ -2008,12 +2008,6 @@ print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
     gdbarch_print_float_info (gdbarch, file, frame, args);
   else
     {
-#ifdef FLOAT_INFO
-#if GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL
-#error "FLOAT_INFO defined in multi-arch"
-#endif
-      FLOAT_INFO;
-#else
       int regnum;
       int printed_something = 0;
 
@@ -2028,7 +2022,6 @@ print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
       if (!printed_something)
        fprintf_filtered (file, "\
 No floating-point info available for this processor.\n");
-#endif
     }
 }
 
This page took 0.032249 seconds and 4 git commands to generate.