diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-09-13 02:26:42 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-09-13 02:26:42 +0000 |
commit | d3f13f7296715f67de938d30772a719d82aaa3ab (patch) | |
tree | 3c18e011d87a8cc7b45680c4c6add181009896b7 /gdb/config/i386 | |
parent | d646061f47345a5007a671c810b73eecc60960dd (diff) | |
download | gdb-d3f13f7296715f67de938d30772a719d82aaa3ab.zip gdb-d3f13f7296715f67de938d30772a719d82aaa3ab.tar.gz gdb-d3f13f7296715f67de938d30772a719d82aaa3ab.tar.bz2 |
* win32-nat.c: Reorganize so that defines used by target headers are actually
defined by the system headers.
* config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather than
HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/tm-cygwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-cygwin.h b/gdb/config/i386/tm-cygwin.h index f30c432..935966d 100644 --- a/gdb/config/i386/tm-cygwin.h +++ b/gdb/config/i386/tm-cygwin.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ /* Use SSE registers if winnt.h contains information about them. */ -#ifdef HAVE_CONTEXT_EXTENDED_REGISTERS +#ifdef CONTEXT_EXTENDED_REGISTERS #define HAVE_SSE_REGS #else #undef HAVE_SSE_REGS |