diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2009-04-22 15:14:59 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2009-04-22 15:14:59 +0000 |
commit | 17c126391482f614c03b8321ea9be529f437c361 (patch) | |
tree | 385d4ffed236d62f64db2e61969e67fdca53e677 /gdb/arm-tdep.h | |
parent | 155d87d738e89224bf936cd1c12e48fe4c09252d (diff) | |
download | binutils-gdb-17c126391482f614c03b8321ea9be529f437c361.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-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 1f4c38a7103..7c27f11127a 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -38,7 +38,6 @@ enum gdb_regnum { ARM_F7_REGNUM = 23, /* last floating point register */ ARM_FPS_REGNUM = 24, /* floating point status register */ ARM_PS_REGNUM = 25, /* Contains processor status */ - ARM_CPSR_REGNUM = ARM_PS_REGNUM, ARM_WR0_REGNUM, /* WMMX data registers. */ ARM_WR15_REGNUM = ARM_WR0_REGNUM + 15, ARM_WC0_REGNUM, /* WMMX control registers. */ |