aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-12-31 11:49:10 +0000
committerJakub Jelinek <jakub@redhat.com>2001-12-31 11:49:10 +0000
commit57a7219709707bdaba1d8a47046c0f28cf6e064e (patch)
treeae5fa258b4c901a3f87b95c7a8c1b0bd85fa8d39 /bfd/ChangeLog
parent330693f5abc336fe08cf5f6fa63e81e5245af6cf (diff)
downloadgdb-57a7219709707bdaba1d8a47046c0f28cf6e064e.zip
gdb-57a7219709707bdaba1d8a47046c0f28cf6e064e.tar.gz
gdb-57a7219709707bdaba1d8a47046c0f28cf6e064e.tar.bz2
* elflink.h (elf_bfd_final_link): Check if dynobj is not NULL
before looking for .eh_frame_hdr section. * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): If .eh_frame_hdr section is being stripped from output, don't do anything.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a48ac88..9b54028 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-31 Jakub Jelinek <jakub@redhat.com>
+
+ * elflink.h (elf_bfd_final_link): Check if dynobj is not NULL
+ before looking for .eh_frame_hdr section.
+ * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): If
+ .eh_frame_hdr section is being stripped from output, don't do
+ anything.
+
2001-12-27 Tom Rix <trix@redhat.com>
* coff-rs6000.c (xcoff_generate_rtinit): Clean data_buffer alloc/free.