From b4f0698959ae901d1bbb0c62e8cbc949288c1761 Mon Sep 17 00:00:00 2001 From: Svein Seldal Date: Wed, 4 Jun 2003 10:47:33 +0000 Subject: Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments --- bfd/coff-w65.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/coff-w65.c') diff --git a/bfd/coff-w65.c b/bfd/coff-w65.c index 093764a0da..cc31a23108 100644 --- a/bfd/coff-w65.c +++ b/bfd/coff-w65.c @@ -380,4 +380,4 @@ w65_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-w65", BFD_IS_RELAXABLE, 0, '_', NULL) +CREATE_LITTLE_COFF_TARGET_VEC (w65_vec, "coff-w65", BFD_IS_RELAXABLE, 0, '_', NULL, COFF_SWAP_TABLE) -- cgit v1.2.1