X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fm68k4knetbsd.c;h=f37f1729735c95a2b8d630958721f81694b47bca;hb=3860d2b4b72feeef4cf045c6c9907a0476f46f3d;hp=0722c3aa018db8c65403028955f22c89e4a83013;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/m68k4knetbsd.c b/bfd/m68k4knetbsd.c index 0722c3aa01..f37f172973 100644 --- a/bfd/m68k4knetbsd.c +++ b/bfd/m68k4knetbsd.c @@ -1,6 +1,5 @@ /* BFD back-end for NetBSD/m68k a.out-ish binaries. - Copyright 1990, 1991, 1992, 1995, 1998, 2001, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -29,7 +28,7 @@ /* 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 (m68k4knetbsd_,OP) +#define MY(OP) CONCAT2 (m68k_aout_4knbsd_,OP) /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-m68k4k-netbsd"