* coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
_bfd_coff_force_symnames in strings and _bfd_coff_debug_string_prefix_length to their default values.
This commit is contained in:
parent
5eb1a8fac3
commit
6732d8bf82
@ -1,3 +1,9 @@
|
||||
Fri Apr 28 08:05:12 2000 Clinton Popetz <cpopetz@cygnus.com>
|
||||
|
||||
* coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
|
||||
_bfd_coff_force_symnames in strings and
|
||||
_bfd_coff_debug_string_prefix_length to their default values.
|
||||
|
||||
2000-04-27 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
|
||||
|
@ -2266,7 +2266,7 @@ static const struct ecoff_backend_data alpha_ecoff_backend_data =
|
||||
(unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */
|
||||
alpha_ecoff_swap_filehdr_out, alpha_ecoff_swap_aouthdr_out,
|
||||
alpha_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,
|
||||
alpha_ecoff_swap_filehdr_in, alpha_ecoff_swap_aouthdr_in,
|
||||
alpha_ecoff_swap_scnhdr_in, NULL,
|
||||
alpha_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook,
|
||||
|
Loading…
Reference in New Issue
Block a user