From ae49bab67601b15e7b246a9bdb0e3b3b177d764c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 19 Jun 1998 21:11:47 +0000 Subject: [PATCH] * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a linker created empty input section if the output section has the same name. --- bfd/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index de234df222..7bedf5b999 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.