* config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
Already covered by the default.
This commit is contained in:
parent
896fb97df8
commit
edf393acc9
|
@ -1,5 +1,8 @@
|
||||||
2002-06-14 Mark Kettenis <kettenis@gnu.org>
|
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,
|
* config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
|
||||||
TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
|
TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
|
||||||
(i386_gdbarch_init): Initialize long_double_format and long_double
|
(i386_gdbarch_init): Initialize long_double_format and long_double
|
||||||
|
|
|
@ -32,12 +32,6 @@ struct frame_saved_regs;
|
||||||
struct value;
|
struct value;
|
||||||
struct type;
|
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.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue