diff options
Diffstat (limited to 'opcodes/m32c-desc.h')
-rw-r--r-- | opcodes/m32c-desc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/opcodes/m32c-desc.h b/opcodes/m32c-desc.h index 274fc0b..31cd2b3 100644 --- a/opcodes/m32c-desc.h +++ b/opcodes/m32c-desc.h @@ -28,11 +28,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #define CGEN_ARCH m32c /* Given symbol S, return m32c_cgen_<S>. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define CGEN_SYM(s) m32c##_cgen_##s -#else -#define CGEN_SYM(s) m32c/**/_cgen_/**/s -#endif /* Selected cpu families. */ @@ -60,8 +56,6 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. /* Maximum number of fields in an instruction. */ #define CGEN_ACTUAL_MAX_IFMT_OPERANDS 13 -/* Enums. */ - /* Attributes. */ /* Enum declaration for machine type selection. */ |