aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/arm-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/arm-linux.h')
-rw-r--r--gdb/arch/arm-linux.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/arch/arm-linux.h b/gdb/arch/arm-linux.h
index 8432990..b38702f 100644
--- a/gdb/arch/arm-linux.h
+++ b/gdb/arch/arm-linux.h
@@ -68,11 +68,10 @@
#define ARM_NEW_SIGFRAME_MAGIC 0x5ac3c35a
-int
-arm_linux_sigreturn_next_pc_offset (unsigned long sp,
- unsigned long sp_data,
- unsigned long svc_number,
- int is_sigreturn);
+int arm_linux_sigreturn_next_pc_offset (unsigned long sp,
+ unsigned long sp_data,
+ unsigned long svc_number,
+ int is_sigreturn);
struct arm_get_next_pcs;