summaryrefslogtreecommitdiff
path: root/bfd/coff-tic4x.c
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2003-06-04 10:11:02 +0000
committerSvein Seldal <svein@dev.seldal.com>2003-06-04 10:11:02 +0000
commitcbda36b3bfc0177893e4f98fac678826bb60e67b (patch)
tree4ec486c90a8ba00772306edc9c587f66b56837b1 /bfd/coff-tic4x.c
parent0b5fa6ba7d4238447a5dfe0d98f868d43d9ad8eb (diff)
downloadbinutils-redhat-cbda36b3bfc0177893e4f98fac678826bb60e67b.tar.gz
Fixed initialization bug
Diffstat (limited to 'bfd/coff-tic4x.c')
-rw-r--r--bfd/coff-tic4x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-tic4x.c b/bfd/coff-tic4x.c
index 5c8de41995..8477f475d2 100644
--- a/bfd/coff-tic4x.c
+++ b/bfd/coff-tic4x.c
@@ -299,6 +299,7 @@ static const bfd_coff_backend_data ticoff0_swap_table =
#else
FALSE,
#endif
+ COFF_DEFAULT_SECTION_ALIGNMENT_POWER,
#ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
TRUE,
#else
@@ -309,7 +310,6 @@ static const bfd_coff_backend_data ticoff0_swap_table =
#else
2,
#endif
- COFF_DEFAULT_SECTION_ALIGNMENT_POWER,
coff_SWAP_filehdr_in, coff_SWAP_aouthdr_in, coff_SWAP_scnhdr_in,
coff_SWAP_reloc_in, ticoff0_bad_format_hook, coff_set_arch_mach_hook,
coff_mkobject_hook, styp_to_sec_flags, coff_set_alignment_hook,
@@ -340,6 +340,7 @@ static const bfd_coff_backend_data ticoff1_swap_table =
#else
FALSE,
#endif
+ COFF_DEFAULT_SECTION_ALIGNMENT_POWER,
#ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
TRUE,
#else
@@ -350,7 +351,6 @@ static const bfd_coff_backend_data ticoff1_swap_table =
#else
2,
#endif
- COFF_DEFAULT_SECTION_ALIGNMENT_POWER,
coff_SWAP_filehdr_in, coff_SWAP_aouthdr_in, coff_SWAP_scnhdr_in,
coff_SWAP_reloc_in, ticoff1_bad_format_hook, coff_set_arch_mach_hook,
coff_mkobject_hook, styp_to_sec_flags, coff_set_alignment_hook,