* config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,

config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
config/i386/tm-linux.h, config/i386/tm-nbsd.h,
config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
* config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
This commit is contained in:
Mark Kettenis 2002-06-15 18:09:31 +00:00
parent 762c5349bd
commit 22ba8cf20b
10 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,12 @@
2002-06-15 Mark Kettenis <kettenis@gnu.org>
* config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
config/i386/tm-linux.h, config/i386/tm-nbsd.h,
config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
* config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
* i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
list of DJGPP COFF targets.

View File

@ -25,7 +25,6 @@
#else
#undef HAVE_SSE_REGS
#endif /* CONTEXT_EXTENDED_REGISTERS */
#define HAVE_I387_REGS
#include "i386/tm-i386.h"

View File

@ -21,7 +21,6 @@
#ifndef TM_FBSD_H
#define TM_FBSD_H
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
/* These defines allow the recognition of sigtramps as a function name

View File

@ -22,7 +22,6 @@
#define TM_GO32_H
#undef HAVE_SSE_REGS /* FIXME! go32-nat.c needs to support XMMi registers */
#define HAVE_I387_REGS
#include "i386/tm-i386.h"

View File

@ -87,10 +87,8 @@ extern void i386_register_convert_to_raw (struct type *type, int regnum,
char *from, char *to);
/* Print out the i387 floating point state. */
#ifdef HAVE_I387_REGS
extern void i387_float_info (void);
#define FLOAT_INFO { i387_float_info (); }
#endif
#define PUSH_ARGUMENTS(nargs, args, sp, struct_return, struct_addr) \

View File

@ -39,7 +39,6 @@
FIXME: This is probably native-dependent too. */
#define ATTACH_DETACH 1
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
/* We use stabs-in-ELF with the DWARF register numbering scheme. */

View File

@ -21,7 +21,6 @@
#ifndef TM_I386SOL2_H
#define TM_I386SOL2_H 1
#define HAVE_I387_REGS
#include "i386/tm-i386v4.h"
/* If the current gcc for for this target does not produce correct

View File

@ -24,7 +24,6 @@
#define TM_LINUX_H
#define I386_GNULINUX_TARGET
#define HAVE_I387_REGS
#ifdef HAVE_PTRACE_GETFPXREGS
#define FILL_FPXREGSET
#define HAVE_SSE_REGS

View File

@ -21,7 +21,6 @@
#ifndef TM_NBSD_H
#define TM_NBSD_H
#define HAVE_I387_REGS
#define HAVE_SSE_REGS
#include "i386/tm-i386.h"

View File

@ -21,7 +21,6 @@
#ifndef TM_OBSD_H
#define TM_OBSD_H
#define HAVE_I387_REGS
#include "i386/tm-i386.h"
/* OpenBSD uses the old gcc convention for struct returns. */