X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fdemo64.c;h=a8c0b32f4d78679a1e408235977ff2b4f968018b;hb=86fb1dece37497b267579ed4f062d280cd5760cd;hp=b64499b65121222ade20dd213b2405319a1f6fac;hpb=7898dedac0f0bd75d7363d13427c4a1e72b66f66;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/demo64.c b/bfd/demo64.c index b64499b651..a8c0b32f4d 100644 --- a/bfd/demo64.c +++ b/bfd/demo64.c @@ -1,5 +1,6 @@ /* BFD backend for demonstration 64-bit a.out binaries. - Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. + Copyright 1990, 1991, 1992, 1993, 1994, 2001 + Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -19,6 +20,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define ARCH_SIZE 64 -#define MY(OP) CAT(demo_64_,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 (demo_64_,OP) + #define TARGETNAME "demo64" #include "aoutf1.h"