diff options
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 897a541..f0d87ef 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -27,7 +27,6 @@ /* We assume we're being built with and will be used for cygwin. */ #include "defs.h" -#include "tm.h" /* required for SSE registers */ #include "frame.h" /* required by inferior.h */ #include "inferior.h" #include "target.h" @@ -70,12 +69,8 @@ enum #include <sys/procfs.h> #include <psapi.h> -#ifdef HAVE_SSE_REGS #define CONTEXT_DEBUGGER_DR CONTEXT_DEBUGGER | CONTEXT_DEBUG_REGISTERS \ | CONTEXT_EXTENDED_REGISTERS -#else -#define CONTEXT_DEBUGGER_DR CONTEXT_DEBUGGER | CONTEXT_DEBUG_REGISTERS -#endif static unsigned dr[8]; static int debug_registers_changed = 0; |