diff options
Diffstat (limited to 'gdb/arch')
-rw-r--r-- | gdb/arch/arm-linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/arch/arm-linux.h b/gdb/arch/arm-linux.h index dfd634c..ed83da9 100644 --- a/gdb/arch/arm-linux.h +++ b/gdb/arch/arm-linux.h @@ -20,6 +20,9 @@ #ifndef ARM_LINUX_H #define ARM_LINUX_H +/* The index to access CSPR in user_regs defined in GLIBC. */ +#define ARM_CPSR_GREGNUM 16 + /* There are a couple of different possible stack layouts that we need to support. |