From 6732d8bf82d03fbdc6c5fd6675927f31c283acb5 Mon Sep 17 00:00:00 2001 From: Clinton Popetz Date: Fri, 28 Apr 2000 13:17:26 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 6 ++++++ bfd/coff-alpha.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cdfc0c8153..5f8be10335 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 28 08:05:12 2000 Clinton Popetz + + * 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 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL. diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index 6bbc279aee..79b8023d31 100644 --- a/bfd/coff-alpha.c +++ b/bfd/coff-alpha.c @@ -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, -- 2.34.1