X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fgdb%2Fsim-lm32.h;h=0b989354028d1520d0b635eeb49d9807e0df8c2b;hb=9e790a80160676e7fd3fb8be6cf3c1c77d9ded81;hp=72a26c32a3bde30597a2771510951453dc5f648e;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/sim-lm32.h b/include/gdb/sim-lm32.h index 72a26c32a3..0b98935402 100644 --- a/include/gdb/sim-lm32.h +++ b/include/gdb/sim-lm32.h @@ -1,7 +1,7 @@ /* This file defines the interface between the LM32 simulator and GDB. Contributed by Jon Beniston - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -21,10 +21,6 @@ #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