aboutsummaryrefslogtreecommitdiff
path: root/include/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-15 22:49:38 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-15 22:49:38 +0000
commitc773125567f7df6045d98cf22eec1947a1520d76 (patch)
tree607aaa209f7eb767cbee8e8bffc6e3b8a32bf063 /include/gdb
parent8758dec1c5c5119a4f9cb59da8375596f0314f94 (diff)
downloadgdb-c773125567f7df6045d98cf22eec1947a1520d76.zip
gdb-c773125567f7df6045d98cf22eec1947a1520d76.tar.gz
gdb-c773125567f7df6045d98cf22eec1947a1520d76.tar.bz2
* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
Diffstat (limited to 'include/gdb')
-rw-r--r--include/gdb/ChangeLog4
-rw-r--r--include/gdb/sim-arm.h2
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,