X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fdemo64.c;h=d284850b9b5abe75ae6553e24bcb1c00c57a1519;hb=f4d408c6536f7d3848aaa7ed9e00ca1059d75987;hp=c91381d46e93dcb2870cf9dc5ba49ea485d537e2;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/demo64.c b/bfd/demo64.c index c91381d46e..d284850b9b 100644 --- a/bfd/demo64.c +++ b/bfd/demo64.c @@ -1,5 +1,6 @@ /* BFD backend for demonstration 64-bit a.out binaries. - Copyright (C) 1990, 91, 92, 93, 94 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. @@ -16,9 +17,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, 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"