* gdb/gdbserver/linux-arm-low.c: Move #include below ELF_GREGSET_T

definition.
This commit is contained in:
Daniel Jacobowitz
2006-01-25 01:36:17 +00:00
parent 03d4a9d669
commit 41b2f620c2
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/gdbserver/linux-arm-low.c: Move #include below ELF_GREGSET_T
definition.
2005-10-20 Julian Brown <julian@codesourcery.com>
* gdb/arm-tdep.c (thumb2_modify_constant): Silence compiler warning.

View File

@@ -22,12 +22,6 @@
#include "server.h"
#include "linux-low.h"
#include "../gdb_proc_service.h"
#ifndef PTRACE_GET_THREAD_AREA
#define PTRACE_GET_THREAD_AREA 22
#endif
#include <sys/ptrace.h>
/* Correct for all GNU/Linux targets (for quite some time). */
@@ -42,6 +36,12 @@
#endif
#endif
#include "../gdb_proc_service.h"
#ifndef PTRACE_GET_THREAD_AREA
#define PTRACE_GET_THREAD_AREA 22
#endif
#define PTRACE_GETWMMXREGS 18
#define PTRACE_SETWMMXREGS 19