X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fvax1knetbsd.c;h=aaf55513fd42f7b70dc4c424bb7d0b90a976365b;hb=bb95c51a232dffb46067c402ac62f1f3303b6bbd;hp=f51142905e53f76147fdb49485668c86cb04a479;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/vax1knetbsd.c b/bfd/vax1knetbsd.c index f51142905e..aaf55513fd 100644 --- a/bfd/vax1knetbsd.c +++ b/bfd/vax1knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/VAX (1K page size) a.out-ish binaries. - Copyright 1998, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -30,7 +30,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 (vax1knetbsd_,OP) +#define MY(OP) CONCAT2 (vax_aout_1knbsd_,OP) /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-vax1k-netbsd"