X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fgdb%2Fsim-frv.h;h=9fa21e6de2e8b0b7d5bd5dfef0dce0953f98db01;hb=a8a566853a0fc7f57159e55436ff6f395e499568;hp=fa31e34ad3ab2108cee09f372917fa62d28cf034;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/sim-frv.h b/include/gdb/sim-frv.h index fa31e34ad3..9fa21e6de2 100644 --- a/include/gdb/sim-frv.h +++ b/include/gdb/sim-frv.h @@ -1,6 +1,6 @@ /* This file defines the interface between the FR-V simulator and GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. Contributed by Red Hat. @@ -22,10 +22,6 @@ #if !defined (SIM_FRV_H) #define SIM_FRV_H -#ifdef __cplusplus -extern "C" { // } -#endif - enum sim_frv_regs { SIM_FRV_GR0_REGNUM = 0, @@ -44,8 +40,4 @@ enum sim_frv_regs SIM_FRV_SPR4095_REGNUM = SIM_FRV_SPR0_REGNUM + 4095 }; -#ifdef __cplusplus -} -#endif - #endif