diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-15 22:49:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-15 22:49:38 +0000 |
commit | c773125567f7df6045d98cf22eec1947a1520d76 (patch) | |
tree | 607aaa209f7eb767cbee8e8bffc6e3b8a32bf063 | |
parent | 8758dec1c5c5119a4f9cb59da8375596f0314f94 (diff) | |
download | fsf-binutils-gdb-c773125567f7df6045d98cf22eec1947a1520d76.zip fsf-binutils-gdb-c773125567f7df6045d98cf22eec1947a1520d76.tar.gz fsf-binutils-gdb-c773125567f7df6045d98cf22eec1947a1520d76.tar.bz2 |
* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
-rw-r--r-- | include/gdb/ChangeLog | 4 | ||||
-rw-r--r-- | include/gdb/sim-arm.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 0ea02b3..29a5af9 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-06-15 Andrew Cagney <ac131313@redhat.com> + + * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. + 2002-06-12 Andrew Cagney <ac131313@redhat.com> * sim-arm.h: New file. diff --git a/include/gdb/sim-arm.h b/include/gdb/sim-arm.h index 1e49781..6d80700 100644 --- a/include/gdb/sim-arm.h +++ b/include/gdb/sim-arm.h @@ -28,7 +28,7 @@ extern "C" { // } #endif -enum sim_arm_regnum +enum sim_arm_regs { SIM_ARM_R0_REGNUM, SIM_ARM_R1_REGNUM, |