diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-19 21:11:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-19 21:11:47 +0000 |
commit | ae49bab67601b15e7b246a9bdb0e3b3b177d764c (patch) | |
tree | 316736f09e33ea8a8a93fdf0aaef9408ff1fcd17 /bfd | |
parent | e1079cda8dc1ed1725e40d98fd04c6253c113b27 (diff) | |
download | gdb-ae49bab67601b15e7b246a9bdb0e3b3b177d764c.zip gdb-ae49bab67601b15e7b246a9bdb0e3b3b177d764c.tar.gz gdb-ae49bab67601b15e7b246a9bdb0e3b3b177d764c.tar.bz2 |
* elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
linker created empty input section if the output section has the
same name.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index de234df..7bedf5b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Fri Jun 19 17:08:18 1998 Ian Lance Taylor <ian@cygnus.com> + + * 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 <ian@cygnus.com> + + * 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 <tromey@cygnus.com> * po/Make-in (all-yes): If maintainer mode, depend on .pot file. |