X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fi386netbsd.c;h=cde11a50bcacd8a0e74f566dd6ac61df9607e602;hb=6eaa7fb59b32beaca017abf139a67bbe87592d9b;hp=69e39cd0eda042806c54fe735e64512468a76874;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/i386netbsd.c b/bfd/i386netbsd.c index 69e39cd0ed..cde11a50bc 100644 --- a/bfd/i386netbsd.c +++ b/bfd/i386netbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/386 a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-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 (i386netbsd_,OP) +#define MY(OP) CONCAT2 (i386_aout_nbsd_,OP) /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-i386-netbsd"