Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / arm-obsd-tdep.c
index 3db04fcb1a32ae1b31731221ad6e43fc5eb06efa..44d9d993cb67f10921f5f4d641f5513cfa04c929 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for OpenBSD/arm.
 
-   Copyright (C) 2006-2018 Free Software Foundation, Inc.
+   Copyright (C) 2006-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "osabi.h"
-#include "trad-frame.h"
-#include "tramp-frame.h"
 
-#include "obsd-tdep.h"
+/* Local non-gdb includes.  */
 #include "arm-tdep.h"
+#include "obsd-tdep.h"
+#include "osabi.h"
 #include "solib-svr4.h"
+#include "trad-frame.h"
+#include "tramp-frame.h"
 
 /* Signal trampolines.  */
 
@@ -58,11 +59,11 @@ static const struct tramp_frame armobsd_sigframe =
   SIGTRAMP_FRAME,
   4,
   {
-    { 0xe28d0010, -1 },                /* add     r0, sp, #16 */
-    { 0xef000067, -1 },                /* swi     SYS_sigreturn */
-    { 0xef000001, -1 },                /* swi     SYS_exit */
-    { 0xeafffffc, -1 },                /* b       . - 8 */
-    { TRAMP_SENTINEL_INSN, -1 }
+    { 0xe28d0010, ULONGEST_MAX },              /* add     r0, sp, #16 */
+    { 0xef000067, ULONGEST_MAX },              /* swi     SYS_sigreturn */
+    { 0xef000001, ULONGEST_MAX },              /* swi     SYS_exit */
+    { 0xeafffffc, ULONGEST_MAX },              /* b       . - 8 */
+    { TRAMP_SENTINEL_INSN, ULONGEST_MAX }
   },
   armobsd_sigframe_init
 };
This page took 0.024915 seconds and 4 git commands to generate.