summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/coff-w65.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/coff-w65.c')
-rw-r--r--binutils-2.25/bfd/coff-w65.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils-2.25/bfd/coff-w65.c b/binutils-2.25/bfd/coff-w65.c
index 71d946cb..f2087308 100644
--- a/binutils-2.25/bfd/coff-w65.c
+++ b/binutils-2.25/bfd/coff-w65.c
@@ -1,6 +1,5 @@
/* BFD back-end for WDC 65816 COFF binaries.
- Copyright 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
Written by Steve Chamberlain, <sac@cygnus.com>.
This file is part of BFD, the Binary File Descriptor library.
@@ -375,4 +374,4 @@ w65_reloc16_extra_cases (bfd *abfd,
bfd_coff_reloc16_get_relocated_section_contents
#define coff_bfd_relax_section bfd_coff_reloc16_relax_section
-CREATE_LITTLE_COFF_TARGET_VEC (w65_vec, "coff-w65", BFD_IS_RELAXABLE, 0, '_', NULL, COFF_SWAP_TABLE)
+CREATE_LITTLE_COFF_TARGET_VEC (w65_coff_vec, "coff-w65", BFD_IS_RELAXABLE, 0, '_', NULL, COFF_SWAP_TABLE)