* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
authorAndrew Cagney <cagney@redhat.com>
Sat, 15 Jun 2002 22:49:38 +0000 (22:49 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 15 Jun 2002 22:49:38 +0000 (22:49 +0000)
include/gdb/ChangeLog
include/gdb/sim-arm.h

index 0ea02b3f8c452e811675c9c0b3236d74dfe4aa6d..29a5af9b67487a8879605965a35a491ce077f627 100644 (file)
@@ -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.
index 1e49781e8c027610fa77e1d85da6048ecae76244..6d80700ad7e58e19e0a1d6e2e33412c02a63d6f4 100644 (file)
@@ -28,7 +28,7 @@
 extern "C" { // }
 #endif
 
-enum sim_arm_regnum
+enum sim_arm_regs
 {
   SIM_ARM_R0_REGNUM,
   SIM_ARM_R1_REGNUM,