summaryrefslogtreecommitdiff
path: root/bfd/coff-sh.c
diff options
context:
space:
mode:
authorClinton Popetz <cpopetz@cpopetz.com>2000-04-28 13:50:57 +0000
committerClinton Popetz <cpopetz@cpopetz.com>2000-04-28 13:50:57 +0000
commit8024825bae063f7b8fec3f4ce3447d6b93b402df (patch)
treeda17a19c6cba82a282f9630e587b4984e10395f3 /bfd/coff-sh.c
parenta2cacc381f8f592150c341d972c4a9f5f33c70c2 (diff)
downloadbinutils-redhat-8024825bae063f7b8fec3f4ce3447d6b93b402df.tar.gz
* coff-mips.c (mips_ecoff_backend_data): Add initialization of
_bfd_coff_force_symnames in strings and _bfd_coff_debug_string_prefix_length to their default values. * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
Diffstat (limited to 'bfd/coff-sh.c')
-rw-r--r--bfd/coff-sh.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/coff-sh.c b/bfd/coff-sh.c
index 821fecd4db..2d1a3c38c2 100644
--- a/bfd/coff-sh.c
+++ b/bfd/coff-sh.c
@@ -3198,6 +3198,18 @@ static const bfd_coff_backend_data bfd_coff_small_swap_table =
false,
#endif
2,
+ false,
+ 2,
+#ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
+ true,
+#else
+ false,
+#endif
+#ifdef COFF_DEBUG_STRING_WIDE_PREFIX
+ 4,
+#else
+ 2,
+#endif
coff_swap_filehdr_in, coff_swap_aouthdr_in, coff_swap_scnhdr_in,
coff_swap_reloc_in, coff_bad_format_hook, coff_set_arch_mach_hook,
coff_mkobject_hook, styp_to_sec_flags, coff_set_alignment_hook,