* version.h: New file.
[deliverable/binutils-gdb.git] / bfd / i386linux.c
index 783951f3eb025aac29f83acdf7457052055129e6..bb9365001759eee5971ad7b71004a5a51de1bff2 100644 (file)
@@ -36,7 +36,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "libaout.h"           /* BFD a.out internal data structures */
 
 #define DEFAULT_ARCH bfd_arch_i386
-#define MY(OP) CAT(i386linux_,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 (i386linux_,OP)
 #define TARGETNAME "a.out-i386-linux"
 
 extern const bfd_target MY(vec);
This page took 0.030909 seconds and 4 git commands to generate.