From c773125567f7df6045d98cf22eec1947a1520d76 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 15 Jun 2002 22:49:38 +0000 Subject: * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. --- include/gdb/ChangeLog | 4 ++++ include/gdb/sim-arm.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. + 2002-06-12 Andrew Cagney * 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, -- cgit v1.1