diff options
author | Svein Seldal <svein@dev.seldal.com> | 2003-06-04 10:47:33 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2003-06-04 10:47:33 +0000 |
commit | 982c6328cc3b9ef3b0ef47636ba6d014055f0c2b (patch) | |
tree | 943fd7550bf40dbb4bb4cdf294c743e67536e8f3 /bfd/coff-tic80.c | |
parent | f80f4b9c0c8005d73da8264f60d99d799c7883e5 (diff) | |
download | gdb-982c6328cc3b9ef3b0ef47636ba6d014055f0c2b.tar.gz |
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments
Diffstat (limited to 'bfd/coff-tic80.c')
-rw-r--r-- | bfd/coff-tic80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c index 4185e7b18d8..7329b7b0dcd 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) |