mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* 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.
This commit is contained in:
parent
6732d8bf82
commit
ecefdb5878
@ -1,3 +1,10 @@
|
||||
Fri Apr 28 08:35:21 2000 Clinton Popetz <cpopetz@cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
Fri Apr 28 08:05:12 2000 Clinton Popetz <cpopetz@cygnus.com>
|
||||
|
||||
* coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user