diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-05 16:29:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-05 16:29:00 +0000 |
commit | 856613c4fe05e5b424d9e9f174c4dd5c922c40b3 (patch) | |
tree | 6dc3e6bf8acf2398cb692d2299bbd62d0e5398e5 /bfd/ChangeLog | |
parent | d909628bb7420e6a548f4c9491c98dba154608cd (diff) | |
download | gdb-856613c4fe05e5b424d9e9f174c4dd5c922c40b3.zip gdb-856613c4fe05e5b424d9e9f174c4dd5c922c40b3.tar.gz gdb-856613c4fe05e5b424d9e9f174c4dd5c922c40b3.tar.bz2 |
* elf32-mips.c (mips_elf_final_link): Don't remove empty sections.
It turns out not to be required on Irix 5, and it causes problems
if the sections happen to contain symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea22d42..434db98 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Tue Apr 5 11:22:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * elf32-mips.c (mips_elf_final_link): Don't remove empty sections. + It turns out not to be required on Irix 5, and it causes problems + if the sections happen to contain symbols. + + * elfcode.h (write_shdrs_and_ehdr): Correct bfd_write check. + * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if section->relocation is NULL; malloc might have returned NULL when given a zero size if there were no relocations. |