From: Ian Lance Taylor Date: Fri, 19 Jun 1998 21:11:47 +0000 (+0000) Subject: * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae49bab67601b15e7b246a9bdb0e3b3b177d764c;p=binutils-gdb.git * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a linker created empty input section if the output section has the same name. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index de234df222e..7bedf5b9990 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Fri Jun 19 17:08:18 1998 Ian Lance Taylor + + * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a + linker created empty input section if the output section has the + same name. + + * elflink.h (elf_link_output_extsym): Print an error message if + _bfd_elf_section_from_bfd_section fails. + + * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on + failure. + +Tue Jun 16 11:55:55 1998 Ian Lance Taylor + + * elf.c (copy_private_bfd_data): Improve handling of Solaris + native linker output. Avoid putting an empty section in more than + one segment. + Fri Jun 12 13:30:17 1998 Tom Tromey * po/Make-in (all-yes): If maintainer mode, depend on .pot file.