aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-h8500.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
commit3fa785190a4f36a8889eea2fd2cb6c8ff90f3fa4 (patch)
tree710f96b9992b8cc174ba4158b7ebd9d708d0a232 /bfd/coff-h8500.c
parent736694c89e263a44362c12369bbe13b0b44fdac4 (diff)
downloadfsf-binutils-gdb-3fa785190a4f36a8889eea2fd2cb6c8ff90f3fa4.zip
fsf-binutils-gdb-3fa785190a4f36a8889eea2fd2cb6c8ff90f3fa4.tar.gz
fsf-binutils-gdb-3fa785190a4f36a8889eea2fd2cb6c8ff90f3fa4.tar.bz2
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments
Diffstat (limited to 'bfd/coff-h8500.c')
-rw-r--r--bfd/coff-h8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-h8500.c b/bfd/coff-h8500.c
index 656bb48..a94e4a3 100644
--- a/bfd/coff-h8500.c
+++ b/bfd/coff-h8500.c
@@ -303,4 +303,4 @@ extra_case (in_abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr)
bfd_coff_reloc16_get_relocated_section_contents
#define coff_bfd_relax_section bfd_coff_reloc16_relax_section
-CREATE_BIG_COFF_TARGET_VEC (h8500coff_vec, "coff-h8500", 0, 0, '_', NULL)
+CREATE_BIG_COFF_TARGET_VEC (h8500coff_vec, "coff-h8500", 0, 0, '_', NULL, COFF_SWAP_TABLE)