aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/bfd/i386freebsd.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-01-27 12:00:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-01-27 12:00:11 +0000
commitdbbf32dd39b128be2abe8393933bc942be4c0925 (patch)
tree5c493199a70976c54e1b9c6a7804a3de85b43e84 /contrib/binutils/bfd/i386freebsd.c
parent855ee8c509184df8c31758b8f2ca9e9d31440489 (diff)
Enlist the FreeBSD-CURRENT users as testers of what is to become Binutils
version 2.12.0. These bits are taken from the FSF anoncvs repo on 27-January-2002 03:41 PST.
Notes
Notes: svn path=/vendor/binutils/dist/; revision=89857
Diffstat (limited to 'contrib/binutils/bfd/i386freebsd.c')
-rw-r--r--contrib/binutils/bfd/i386freebsd.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/binutils/bfd/i386freebsd.c b/contrib/binutils/bfd/i386freebsd.c
index f9684e475364..73fa0ca6014a 100644
--- a/contrib/binutils/bfd/i386freebsd.c
+++ b/contrib/binutils/bfd/i386freebsd.c
@@ -1,5 +1,5 @@
/* BFD back-end for FreeBSD/386 a.out-ish binaries.
- Copyright 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"