aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/linkage.h')
-rw-r--r--include/asm-h8300/linkage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-h8300/linkage.h b/include/asm-h8300/linkage.h
new file mode 100644
index 000000000000..6f4df7d46180
--- /dev/null
+++ b/include/asm-h8300/linkage.h
@@ -0,0 +1,8 @@
+#ifndef _H8300_LINKAGE_H
+#define _H8300_LINKAGE_H
+
+#undef SYMBOL_NAME_LABEL
+#undef SYMBOL_NAME
+#define SYMBOL_NAME_LABEL(_name_) _##_name_##:
+#define SYMBOL_NAME(_name_) _##_name_
+#endif