Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@gnu.org>2002-06-16 02:49:38 +0400
committerAndrew Cagney <cagney@gnu.org>2002-06-16 02:49:38 +0400
commit40a95e4b23c3486c49c97f8815f932795787cceb (patch)
treefe9c05b64665cb84e1473d99fd7616e17ffd6c25 /include
parent6ea3e429df9c98b850e3a4bf906da06f1c447bd9 (diff)
* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
Diffstat (limited to 'include')
-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 0ea02b3f8..29a5af9b6 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 1e49781e8..6d80700ad 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,