* config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
authorMark Kettenis <kettenis@gnu.org>
Fri, 14 Jun 2002 21:28:07 +0000 (21:28 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 14 Jun 2002 21:28:07 +0000 (21:28 +0000)
Already covered by the default.

gdb/ChangeLog
gdb/config/i386/tm-i386.h

index afdb88ee5a923bb28eadd9ca42b77759ffb75b3f..b74288b86984e732e36920027c0fa6b09b9f3bf7 100644 (file)
@@ -1,5 +1,8 @@
 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
+       Already covered by the default.
+
        * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
        TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
        (i386_gdbarch_init): Initialize long_double_format and long_double
index c96c792624670e97f91a40f7ae8bee7e234ff208..4ea574d378cbf2e82535563b04e1a2bbe670a613 100644 (file)
@@ -32,12 +32,6 @@ struct frame_saved_regs;
 struct value;
 struct type;
 
-/* Number of traps that happen between exec'ing the shell to run an
-   inferior, and when we finally get to the inferior code.  This is 2
-   on most implementations. */
-
-#define START_INFERIOR_TRAPS_EXPECTED 2
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */