Pass INTERNAL_GDBFLAGS when executing GDB
[deliverable/binutils-gdb.git] / include / gdb / sim-lm32.h
index 8fa5cf417e8d27863fd3fa6587b39baf878014b3..0b989354028d1520d0b635eeb49d9807e0df8c2b 100644 (file)
@@ -1,7 +1,7 @@
 /* This file defines the interface between the LM32 simulator and GDB.
    Contributed by Jon Beniston <jon@beniston.com>
 
-   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+   Copyright (C) 2009-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #ifndef SIM_LM32_H
 #define SIM_LM32_H
 
-#ifdef __cplusplus
-extern "C" { // }
-#endif
-
 enum sim_lm32_regs
 {
   SIM_LM32_R0_REGNUM,
@@ -69,8 +65,4 @@ enum sim_lm32_regs
   SIM_LM32_NUM_REGS      
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif
This page took 0.023951 seconds and 4 git commands to generate.