1 #ifndef _H8300_LINKAGE_H 2 #define _H8300_LINKAGE_H 3 4 #undef SYMBOL_NAME_LABEL 5 #define SYMBOL_NAME_LABEL(_name_) _##_name_##: 6 #endif 7