summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/aout-ns32k.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/aout-ns32k.c')
-rw-r--r--binutils-2.25/bfd/aout-ns32k.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils-2.25/bfd/aout-ns32k.c b/binutils-2.25/bfd/aout-ns32k.c
index 75886bca..b436b212 100644
--- a/binutils-2.25/bfd/aout-ns32k.c
+++ b/binutils-2.25/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-2014 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 *);