daily update
[deliverable/binutils-gdb.git] / bfd / m68klinux.c
index 3e14781e6be5927f25218ac049b3c4ac1d42dc99..931282cc680d087f91efe8b6b987e70a3aacee9f 100644 (file)
@@ -37,7 +37,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define TARGET_IS_BIG_ENDIAN_P
 #define DEFAULT_ARCH bfd_arch_m68k
-#define MY(OP) CAT(m68klinux_,OP)
+
+/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
+   remove whitespace added here, and thus will fail to concatenate
+   the tokens.  */
+#define MY(OP) CONCAT2 (m68klinux_,OP)
 #define TARGETNAME "a.out-m68k-linux"
 
 extern const bfd_target MY(vec);
This page took 0.024413 seconds and 4 git commands to generate.