summaryrefslogtreecommitdiff
path: root/bfd/coff-h8300.c
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2003-06-04 10:47:33 +0000
committerSvein Seldal <svein@dev.seldal.com>2003-06-04 10:47:33 +0000
commitb4f0698959ae901d1bbb0c62e8cbc949288c1761 (patch)
tree9fe8840c42d15ee1a3d983ad1be3ecf61b2bdadc /bfd/coff-h8300.c
parentcbda36b3bfc0177893e4f98fac678826bb60e67b (diff)
downloadbinutils-redhat-b4f0698959ae901d1bbb0c62e8cbc949288c1761.tar.gz
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments
Diffstat (limited to 'bfd/coff-h8300.c')
-rw-r--r--bfd/coff-h8300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c
index ac09153355..9ef907b87d 100644
--- a/bfd/coff-h8300.c
+++ b/bfd/coff-h8300.c
@@ -1398,4 +1398,4 @@ h8300_bfd_link_add_symbols (abfd, info)
bfd_coff_reloc16_get_relocated_section_contents
#define coff_bfd_relax_section bfd_coff_reloc16_relax_section
-CREATE_BIG_COFF_TARGET_VEC (h8300coff_vec, "coff-h8300", BFD_IS_RELAXABLE, 0, '_', NULL)
+CREATE_BIG_COFF_TARGET_VEC (h8300coff_vec, "coff-h8300", BFD_IS_RELAXABLE, 0, '_', NULL, COFF_SWAP_TABLE)