diff options
author | Doug Evans <dje@google.com> | 2010-02-12 03:25:49 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-02-12 03:25:49 +0000 |
commit | 37ec92403b4d32b349d239339a1b829cef29f2a2 (patch) | |
tree | 7a53f01cc0efe810b7576e46353f8f342d091b21 /opcodes/mt-desc.h | |
parent | 114dfbe13efea1a1405dbcf5d9254e59d309382f (diff) | |
download | gdb-37ec92403b4d32b349d239339a1b829cef29f2a2.zip gdb-37ec92403b4d32b349d239339a1b829cef29f2a2.tar.gz gdb-37ec92403b4d32b349d239339a1b829cef29f2a2.tar.bz2 |
* fr30-desc.c, * fr30-desc.h, * fr30-opc.c,
* frv-desc.c, * frv-desc.h, * frv-opc.c,
* ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c,
* iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c,
* lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opinst.c,
* m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
* m32r-desc.c, * m32r-desc.h, * m32r-opc.c, * m32r-opinst.c,
* mep-desc.c, * mep-desc.h, * mep-opc.c,
* mt-desc.c, * mt-desc.h, * mt-opc.c,
* openrisc-desc.c, * openrisc-desc.h, * openrisc-opc.c,
* xc16x-desc.c, * xc16x-desc.h, * xc16x-opc.c,
* xstormy16-desc.c, * xstormy16-desc.h, * xstormy16-opc.c: Regenerate.
Diffstat (limited to 'opcodes/mt-desc.h')
-rw-r--r-- | opcodes/mt-desc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/mt-desc.h b/opcodes/mt-desc.h index 813bd92..12d0a5f 100644 --- a/opcodes/mt-desc.h +++ b/opcodes/mt-desc.h @@ -28,11 +28,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #define CGEN_ARCH mt /* Given symbol S, return mt_cgen_<S>. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define CGEN_SYM(s) mt##_cgen_##s -#else -#define CGEN_SYM(s) mt/**/_cgen_/**/s -#endif /* Selected cpu families. */ |