summaryrefslogtreecommitdiff
path: root/bfd/coff-w65.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-08-22 20:11:36 +0000
committerNick Clifton <nickc@redhat.com>2000-08-22 20:11:36 +0000
commit61262d0af53f551d1454719846266c8b57a4adbe (patch)
tree1488e8f7acb509a7faaf36fb653a7095c3b07600 /bfd/coff-w65.c
parentb1919d85dd86b84507c16d6d7329870915a8f6da (diff)
downloadgdb-61262d0af53f551d1454719846266c8b57a4adbe.tar.gz
Fix bugs detecting w65 architecture.
Diffstat (limited to 'bfd/coff-w65.c')
-rw-r--r--bfd/coff-w65.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-w65.c b/bfd/coff-w65.c
index 0379bfbc325..c82d4d7844b 100644
--- a/bfd/coff-w65.c
+++ b/bfd/coff-w65.c
@@ -401,4 +401,4 @@ h8300_reloc16_extra_cases (abfd, link_info, link_order, reloc, data, src_ptr,
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-w95", BFD_IS_RELAXABLE, 0, '_', NULL)
+CREATE_LITTLE_COFF_TARGET_VEC (w65_vec, "coff-w65", BFD_IS_RELAXABLE, 0, '_', NULL)