diff options
Diffstat (limited to 'gdb/gdbserver/linux-x86-low.c')
-rw-r--r-- | gdb/gdbserver/linux-x86-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-x86-low.c b/gdb/gdbserver/linux-x86-low.c index d79713f..1c28279 100644 --- a/gdb/gdbserver/linux-x86-low.c +++ b/gdb/gdbserver/linux-x86-low.c @@ -834,7 +834,7 @@ x86_linux_update_xmltarget (void) struct regset_info *regset; static unsigned long long xcr0; static int have_ptrace_getregset = -1; -#ifdef HAVE_PTRACE_GETFPXREGS +#if !defined(__x86_64__) && defined(HAVE_PTRACE_GETFPXREGS) static int have_ptrace_getfpxregs = -1; #endif |