From: Andrew Cagney Date: Sat, 15 Jun 2002 22:49:38 +0000 (+0000) Subject: * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c773125567f7df6045d98cf22eec1947a1520d76;p=binutils-gdb.git * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. --- diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 0ea02b3f8c4..29a5af9b674 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 1e49781e8c0..6d80700ad7e 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,