diff options
Diffstat (limited to 'opcodes/frv-desc.h')
-rw-r--r-- | opcodes/frv-desc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/frv-desc.h b/opcodes/frv-desc.h index fa6cbbb..e7ac5d6 100644 --- a/opcodes/frv-desc.h +++ b/opcodes/frv-desc.h @@ -28,11 +28,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #define CGEN_ARCH frv /* Given symbol S, return frv_cgen_<S>. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define CGEN_SYM(s) frv##_cgen_##s -#else -#define CGEN_SYM(s) frv/**/_cgen_/**/s -#endif /* Selected cpu families. */ |