X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Faout-ns32k.c;h=ed5bd1270675b4e14da78ac9d57a34df50327b9f;hb=0c9663cbd41c27a8e20ca88a53ba3deae374f1d8;hp=75886bca1d26e2a182e2acc1ea382b8be7399122;hpb=691bf19c4ea5b2f5d615c4116649daf32f81cc7d;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/aout-ns32k.c b/bfd/aout-ns32k.c index 75886bca1d..ed5bd12706 100644 --- a/bfd/aout-ns32k.c +++ b/bfd/aout-ns32k.c @@ -1,6 +1,5 @@ /* BFD back-end for ns32k a.out-ish binaries. - Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999, 2000, 2001, - 2002, 2003, 2005, 2006, 2007, 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. Contributed by Ian Dall (idall@eleceng.adelaide.edu.au). This file is part of BFD, the Binary File Descriptor library. @@ -28,7 +27,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 MYNS(OP) CONCAT2 (ns32kaout_,OP) +#define MYNS(OP) CONCAT2 (ns32k_aout_,OP) reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type); reloc_howto_type * MYNS (bfd_reloc_name_lookup) (bfd *, const char *);