* version.h: New file.
[deliverable/binutils-gdb.git] / bfd / sparclinux.c
index 14e53514a9e23c06460fc831043a0132a65d95a1..28ff8c800a3470928b3465f3676146872c18520a 100644 (file)
@@ -37,7 +37,10 @@ USA.  */
 #include "libaout.h"           /* BFD a.out internal data structures */
 
 #define DEFAULT_ARCH bfd_arch_sparc
-#define MY(OP) CAT(sparclinux_,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 (sparclinux_,OP)
 #define TARGETNAME "a.out-sparc-linux"
 
 extern const bfd_target MY(vec);
This page took 0.046039 seconds and 4 git commands to generate.