summaryrefslogtreecommitdiff
path: root/bfd/coff-tic80.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-tic80.c
parentcbda36b3bfc0177893e4f98fac678826bb60e67b (diff)
downloadbinutils-redhat-b4f0698959ae901d1bbb0c62e8cbc949288c1761.tar.gz
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments
Diffstat (limited to 'bfd/coff-tic80.c')
-rw-r--r--bfd/coff-tic80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c
index 4185e7b18d..7329b7b0dc 100644
--- a/bfd/coff-tic80.c
+++ b/bfd/coff-tic80.c
@@ -719,4 +719,4 @@ coff_tic80_relocate_section (output_bfd, info, input_bfd,
#undef C_LASTENT /* Clashes with TIc80's C_STATLAB */
#include "coffcode.h"
-CREATE_LITTLE_COFF_TARGET_VEC (tic80coff_vec, "coff-tic80", D_PAGED, 0, '_', NULL)
+CREATE_LITTLE_COFF_TARGET_VEC (tic80coff_vec, "coff-tic80", D_PAGED, 0, '_', NULL, COFF_SWAP_TABLE)