diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-09-13 16:46:21 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-09-13 16:46:21 +0000 |
commit | aa4a9548ad8da5b3b81fe1fc33ec80ae196720b3 (patch) | |
tree | 24a0f84b433a1c1a9d1cfa5c2885e5c59636caf3 /gdb/config/i386 | |
parent | 7f96f145ea4e90fa5e8d909a98b904a4c5ef9d85 (diff) | |
download | gdb-aa4a9548ad8da5b3b81fe1fc33ec80ae196720b3.tar.gz |
* win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for SSE
registers since gdb will not operate correctly without this. Restore include
file ordering munged in previous change.
* config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/tm-cygwin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/i386/tm-cygwin.h b/gdb/config/i386/tm-cygwin.h index 935966d46ba..4b926f96cd4 100644 --- a/gdb/config/i386/tm-cygwin.h +++ b/gdb/config/i386/tm-cygwin.h @@ -19,13 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Use SSE registers if winnt.h contains information about them. */ -#ifdef CONTEXT_EXTENDED_REGISTERS -#define HAVE_SSE_REGS -#else -#undef HAVE_SSE_REGS -#endif /* CONTEXT_EXTENDED_REGISTERS */ - #include "i386/tm-i386.h" #define ATTACH_NO_WAIT |