]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb/gdbserver/linux-arm-low.c: Move #include below ELF_GREGSET_T
authorDaniel Jacobowitz <drow@false.org>
Wed, 25 Jan 2006 01:36:17 +0000 (01:36 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 25 Jan 2006 01:36:17 +0000 (01:36 +0000)
definition.

ChangeLog.csl
gdb/gdbserver/linux-arm-low.c

index a37ae1a71e99a836d78d962e9bf192e8c96a9cde..60b6afd2979d1a0b31e32bff8cfb4a565d3f6855 100644 (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.
index 9792e2cb472164f734001dcf5766edf39f2f7dd4..cdffe85e59c6983cb6bf9d73fa3b4e80e7d9a8cd 100644 (file)
 #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).  */
 #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