gdb/testsuite: add macros test for source files compiled in various ways
[binutils-gdb.git] / include / gdb / sim-sh.h
index ce2bfa5a3e26374a4ed5c8f137f0a158c8ef41a0..acc23752aa3cc7f0f00a011ac6e2e7e48f8183d2 100644 (file)
@@ -1,6 +1,5 @@
 /* This file defines the interface between the sh simulator and gdb.
-   Copyright (C) 2000, 2002, 2004, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2000-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #if !defined (SIM_SH_H)
 #define SIM_SH_H
 
-#ifdef __cplusplus
-extern "C" { // }
-#endif
-
 /* The simulator makes use of the following register information. */
 
 enum
@@ -163,8 +158,4 @@ enum
   SIM_SH64_NR_FP_REGS = 64 /* number of floating point registers */
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif