X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fi386freebsd.c;h=73fa0ca6014a6cf35f51f59dd55c305594826b34;hb=7ec4e8e52d03a3c15e21ba2b257a594d03b9eba2;hp=7a6371b5df69a511eef41c59ebdae8234948358c;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/i386freebsd.c b/bfd/i386freebsd.c index 7a6371b5df..73fa0ca601 100644 --- a/bfd/i386freebsd.c +++ b/bfd/i386freebsd.c @@ -1,5 +1,5 @@ /* BFD back-end for FreeBSD/386 a.out-ish binaries. - Copyright (C) 1990, 1991, 1992, 1996 Free Software Foundation, Inc. + Copyright 1990, 1991, 1992, 1996, 2001 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -26,7 +26,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define DEFAULT_ARCH bfd_arch_i386 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN) -#define MY(OP) CAT(i386freebsd_,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 (i386freebsd_,OP) + /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-i386-freebsd"