From 8c4bd98f84ab3de3d846aedb6e1b5ec92a696b45 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 20 Sep 2003 02:39:49 +0000 Subject: [PATCH] * win32-nat.c (mappings): Remove HAVE_SSE conditional. --- gdb/ChangeLog | 4 ++++ gdb/win32-nat.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c136bc7b9a1..c9ff6775b55 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-09-19 Christopher Faylor + + * win32-nat.c (mappings): Remove HAVE_SSE conditional. + 2003-09-15 GDB Administrator * version.in: Bump to version 5.3.92. diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 9e516c5c651..d66b62435c3 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -182,7 +182,6 @@ static const int mappings[] = context_offset (FloatSave.DataSelector), context_offset (FloatSave.DataOffset), context_offset (FloatSave.ErrorSelector) -#ifdef HAVE_SSE_REGS /* XMM0-7 */ , context_offset (ExtendedRegisters[10*16]), context_offset (ExtendedRegisters[11*16]), @@ -194,7 +193,6 @@ static const int mappings[] = context_offset (ExtendedRegisters[17*16]), /* MXCSR */ context_offset (ExtendedRegisters[24]) -#endif }; #undef context_offset -- 2.47.2