mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
(FILL_FPXREGSET, HAVE_SSE_REGS): Remove define. * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS] (FILL_FPXREGSET): Define.
This commit is contained in:
parent
fdd8263d0a
commit
322d4fe017
@ -1,5 +1,10 @@
|
||||
2002-06-30 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
|
||||
(FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
|
||||
* config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
|
||||
(FILL_FPXREGSET): Define.
|
||||
|
||||
* config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
|
||||
|
||||
* configure.tgt (i[3456]86-*-openbsd*): Fold into
|
||||
|
@ -77,6 +77,11 @@ extern int cannot_store_register (int regno);
|
||||
#define CANNOT_FETCH_REGISTER(regno) cannot_fetch_register (regno)
|
||||
#define CANNOT_STORE_REGISTER(regno) cannot_store_register (regno)
|
||||
|
||||
#ifdef HAVE_PTRACE_GETFPXREGS
|
||||
/* Include register set support for the SSE registers. */
|
||||
#define FILL_FPXREGSET
|
||||
#endif
|
||||
|
||||
/* Override child_resume in `infptrace.c'. */
|
||||
#define CHILD_RESUME
|
||||
|
||||
|
@ -24,10 +24,6 @@
|
||||
#define TM_LINUX_H
|
||||
|
||||
#define I386_GNULINUX_TARGET
|
||||
#ifdef HAVE_PTRACE_GETFPXREGS
|
||||
#define FILL_FPXREGSET
|
||||
#define HAVE_SSE_REGS
|
||||
#endif
|
||||
|
||||
#include "i386/tm-i386.h"
|
||||
#include "config/tm-linux.h"
|
||||
|
Loading…
Reference in New Issue
Block a user