diff options
author | Clinton Popetz <cpopetz@cpopetz.com> | 2000-04-28 13:50:57 +0000 |
---|---|---|
committer | Clinton Popetz <cpopetz@cpopetz.com> | 2000-04-28 13:50:57 +0000 |
commit | ecefdb5878b01870163d09e527602474f2fbc08f (patch) | |
tree | 5d79f46fb9272849960be0474557af80bc0285df /bfd/coff-mips.c | |
parent | 6732d8bf82d03fbdc6c5fd6675927f31c283acb5 (diff) | |
download | gdb-ecefdb5878b01870163d09e527602474f2fbc08f.zip gdb-ecefdb5878b01870163d09e527602474f2fbc08f.tar.gz gdb-ecefdb5878b01870163d09e527602474f2fbc08f.tar.bz2 |
* 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-mips.c')
-rw-r--r-- | bfd/coff-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index 7b1512f..dd7ace5 100644 --- a/bfd/coff-mips.c +++ b/bfd/coff-mips.c @@ -2505,7 +2505,7 @@ static const struct ecoff_backend_data mips_ecoff_backend_data = (unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */ mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out, mips_ecoff_swap_scnhdr_out, - FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, true, false, 4, + FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, true, false, 4, false, 2, mips_ecoff_swap_filehdr_in, mips_ecoff_swap_aouthdr_in, mips_ecoff_swap_scnhdr_in, NULL, mips_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook, |