X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fgdb%2Fsim-frv.h;h=660c69eef15a5dd07bab480067caedfd7d6fea04;hb=618f726fcb851883a0094aa7fa17003889b7189f;hp=bdb17f8eee5b5ec020e176f5baa5bdbf550ea859;hpb=8acc9f485bba28b65935dcc3498d9f3b712ddac7;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/sim-frv.h b/include/gdb/sim-frv.h index bdb17f8eee..660c69eef1 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 2003-2013 Free Software Foundation, Inc. + Copyright (C) 2003-2016 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