aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-04-22 21:37:48 +0000
committerJakub Jelinek <jakub@redhat.com>2002-04-22 21:37:48 +0000
commitaf40ce3c79bb7be880e2a25706f74675f92b79ff (patch)
tree7d37200fcb3ce4943d279ab7b8a688b5948e9fcd /bfd/ChangeLog
parent52efde73b986abae90c478c68afb14dbf04629b8 (diff)
downloadgdb-af40ce3c79bb7be880e2a25706f74675f92b79ff.zip
gdb-af40ce3c79bb7be880e2a25706f74675f92b79ff.tar.gz
gdb-af40ce3c79bb7be880e2a25706f74675f92b79ff.tar.bz2
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
search table if some FDE is DW_EH_PE_aligned encoded either. (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 78eec86..bc5543a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-22 Jakub Jelinek <jakub@redhat.com>
+
+ * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
+ search table if some FDE is DW_EH_PE_aligned encoded either.
+ (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
+
2002-04-22 Richard Smith <richard@ex-parrot.com>
Jakub Jelinek <jakub@redhat.com>