forked from Imagelibrary/binutils-gdb
Avoid unused variable warning on Linux/x86-64.
2010-04-12 H.J. Lu <hongjiu.lu@intel.com> * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused variable warning on Linux/x86-64.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-04-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
|
||||
variable warning on Linux/x86-64.
|
||||
|
||||
2010-04-11 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
GDBserver disconnected tracing support.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user