diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2009-04-22 15:14:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2009-04-22 15:14:53 +0000 |
commit | bb11f7d0844479e47ca55a30333d463ee909766e (patch) | |
tree | 28dbe4564aac1a55efe5e13f72eeb27983bfd270 /gdb/arm-linux-tdep.h | |
parent | 896aa22440ea77f478bd68da376d5873a97647ee (diff) | |
download | gdb-bb11f7d0844479e47ca55a30333d463ee909766e.tar.gz |
* arm-linux-nat.c (fetch_register, store_register): Use
ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
* arm-linux-tdep.c (arm_linux_supply_gregset,
arm_linux_collect_gregset): Likewise.
* arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
* arm-tdep.h (ARM_CPSR_REGNUM): Remove.
Diffstat (limited to 'gdb/arm-linux-tdep.h')
-rw-r--r-- | gdb/arm-linux-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/arm-linux-tdep.h b/gdb/arm-linux-tdep.h index 397bc4b7e1e..2c039380428 100644 --- a/gdb/arm-linux-tdep.h +++ b/gdb/arm-linux-tdep.h @@ -24,6 +24,9 @@ struct regcache; + 2 * INT_REGISTER_SIZE \ + 8 + INT_REGISTER_SIZE) +/* The index to access CSPR in user_regs defined in GLIBC. */ +#define ARM_CPSR_GREGNUM 16 + /* Support for register format used by the NWFPE FPA emulator. Each register takes three words, where either the first one, two, or three hold a single, double, or extended precision value (depending |