aboutsummaryrefslogtreecommitdiff
path: root/bfd/m68knetbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/m68knetbsd.c')
-rw-r--r--bfd/m68knetbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/m68knetbsd.c b/bfd/m68knetbsd.c
index edecbd5..53a2563 100644
--- a/bfd/m68knetbsd.c
+++ b/bfd/m68knetbsd.c
@@ -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 (m68knetbsd_,OP)
+#define MY(OP) CONCAT2 (m68k_aout_nbsd_,OP)
/* This needs to start with a.out so GDB knows it is an a.out variant. */
#define TARGETNAME "a.out-m68k-netbsd"