aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/sim-d10v.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-09 23:12:52 -0800
committerMike Frysinger <vapier@gentoo.org>2015-11-15 00:38:26 -0500
commitc4d4ed40834de8e2b493f83cf15291f2d2e38c6f (patch)
tree41a60a31ed024349fcc54632b879111612789123 /include/gdb/sim-d10v.h
parentd8bd95efd8119e06e6753c841f1bbc54bb09d5de (diff)
downloadgdb-c4d4ed40834de8e2b493f83cf15291f2d2e38c6f.zip
gdb-c4d4ed40834de8e2b493f83cf15291f2d2e38c6f.tar.gz
gdb-c4d4ed40834de8e2b493f83cf15291f2d2e38c6f.tar.bz2
sim: drop extern C linkage from most sim interface headers
Since these headers merely have enum's, drop the extern C linkage markings. Helps to reduce the copy & paste spam.
Diffstat (limited to 'include/gdb/sim-d10v.h')
-rw-r--r--include/gdb/sim-d10v.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gdb/sim-d10v.h b/include/gdb/sim-d10v.h
index 3416766..5a83f91 100644
--- a/include/gdb/sim-d10v.h
+++ b/include/gdb/sim-d10v.h
@@ -20,10 +20,6 @@
#if !defined (SIM_D10V_H)
#define SIM_D10V_H
-#ifdef __cplusplus
-extern "C" { // }
-#endif
-
/* GDB interprets addresses as:
0x00xxxxxx: Physical unified memory segment (Unified memory)
@@ -111,8 +107,4 @@ enum
SIM_D10V_NR_CR_REGS = 16
};
-#ifdef __cplusplus
-}
-#endif
-
#endif