GDB copyright headers update after running GDB's copyright.py script.
[deliverable/binutils-gdb.git] / include / gdb / sim-frv.h
index 3e06874a9d605be8809d9c2c4cdeb6afd9c2666d..660c69eef15a5dd07bab480067caedfd7d6fea04 100644 (file)
@@ -1,6 +1,6 @@
 /* This file defines the interface between the FR-V simulator and GDB.
 
-   Copyright (C) 2003-2014 Free Software Foundation, Inc.
+   Copyright (C) 2003-2016 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
 #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
This page took 0.034681 seconds and 4 git commands to generate.