summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/coff-m68k.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/coff-m68k.c')
-rw-r--r--binutils-2.25/bfd/coff-m68k.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/binutils-2.25/bfd/coff-m68k.c b/binutils-2.25/bfd/coff-m68k.c
index 5287beb8..f7089a68 100644
--- a/binutils-2.25/bfd/coff-m68k.c
+++ b/binutils-2.25/bfd/coff-m68k.c
@@ -1,7 +1,5 @@
/* BFD back-end for Motorola 68000 COFF binaries.
- Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999,
- 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1990-2014 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
@@ -32,7 +30,7 @@
variants. The following macros control its behaviour:
TARGET_SYM
- The C name of the BFD target vector. The default is m68kcoff_vec.
+ The C name of the BFD target vector. The default is m68k_coff_vec.
TARGET_NAME
The user visible target name. The default is "coff-m68k".
NAMES_HAVE_UNDERSCORE
@@ -530,7 +528,7 @@ bfd_m68k_coff_create_embedded_relocs (bfd *abfd,
#include "coffcode.h"
#ifndef TARGET_SYM
-#define TARGET_SYM m68kcoff_vec
+#define TARGET_SYM m68k_coff_vec
#endif
#ifndef TARGET_NAME