aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-10-07 13:40:33 +0000
committerAlan Modra <amodra@gmail.com>2000-10-07 13:40:33 +0000
commitfc8c40a05733810ea57525e24ee0297663933239 (patch)
tree8a03406a631026fbfdd6e87582e86794463cfa54 /bfd/ChangeLog
parent44852b190c1f9b646fa36abd214dab0f5f82e773 (diff)
downloadgdb-fc8c40a05733810ea57525e24ee0297663933239.zip
gdb-fc8c40a05733810ea57525e24ee0297663933239.tar.gz
gdb-fc8c40a05733810ea57525e24ee0297663933239.tar.bz2
Cure a number of segfaults caused by /DISCARD/ of dynamic sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3347191..c683b4d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2000-10-07 Alan Modra <alan@linuxcare.com.au>
+ * elflink.h (size_dynamic_sections): Don't create various tags if
+ .dynstr is excluded from the link. Don't set first dynsym entry
+ if dynsymcount is zero.
+ (elf_bfd_final_link): Don't try to swap out dynamic syms if
+ .dynsym excluded from the link. Don't try to write any dynamic
+ sections excluded from the link.
+
* elf.c (swap_out_syms): Handle global section symbols.
2000-10-05 DJ Delorie <dj@redhat.com>