forked from Imagelibrary/binutils-gdb
* gdb/gdbserver/linux-arm-low.c: Move #include below ELF_GREGSET_T
definition.
This commit is contained in:
@@ -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>
|
2005-10-20 Julian Brown <julian@codesourcery.com>
|
||||||
|
|
||||||
* gdb/arm-tdep.c (thumb2_modify_constant): Silence compiler warning.
|
* gdb/arm-tdep.c (thumb2_modify_constant): Silence compiler warning.
|
||||||
|
|||||||
@@ -22,12 +22,6 @@
|
|||||||
#include "server.h"
|
#include "server.h"
|
||||||
#include "linux-low.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>
|
#include <sys/ptrace.h>
|
||||||
|
|
||||||
/* Correct for all GNU/Linux targets (for quite some time). */
|
/* Correct for all GNU/Linux targets (for quite some time). */
|
||||||
@@ -42,6 +36,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#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_GETWMMXREGS 18
|
||||||
#define PTRACE_SETWMMXREGS 19
|
#define PTRACE_SETWMMXREGS 19
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user