X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fsparcnetbsd.c;h=42d94e74252a22be892aef42c0a3879e3fb48a70;hb=5aa03310cef09e8c41aaa05152d9570dfe62ba81;hp=0bde25eacb6c1aaf10e5f09eabce50c6ec916254;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=platform%2Fupstream%2Fbinutils.git diff --git a/bfd/sparcnetbsd.c b/bfd/sparcnetbsd.c index 0bde25e..42d94e7 100644 --- a/bfd/sparcnetbsd.c +++ b/bfd/sparcnetbsd.c @@ -1,6 +1,5 @@ /* BFD back-end for NetBSD/sparc a.out-ish binaries. - Copyright 1990, 1991, 1992, 1994, 1995, 1997, 1998, 2000, 2001, 2003, - 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1990-2014 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -32,7 +31,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 (sparcnetbsd_,OP) +#define MY(OP) CONCAT2 (sparc_aout_nbsd_,OP) /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-sparc-netbsd"