X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fgdb%2Fsim-arm.h;h=594c5811abea2de2f42b407baab5b56284b2818b;hb=43327b208ec6452c1a6accd40be965cdfa5c86a3;hp=d1b1272b74666e576105c37d7d256d4115b03e18;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/sim-arm.h b/include/gdb/sim-arm.h index d1b1272b74..594c5811ab 100644 --- a/include/gdb/sim-arm.h +++ b/include/gdb/sim-arm.h @@ -1,6 +1,6 @@ /* This file defines the interface between the Arm simulator and GDB. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. Contributed by Red Hat. @@ -22,10 +22,6 @@ #if !defined (SIM_ARM_H) #define SIM_ARM_H -#ifdef __cplusplus -extern "C" { // } -#endif - enum sim_arm_regs { SIM_ARM_R0_REGNUM, @@ -105,8 +101,4 @@ enum sim_arm_regs SIM_ARM_IWMMXT_COP1R15_REGNUM }; -#ifdef __cplusplus -} -#endif - #endif