diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-04-22 21:37:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-04-22 21:37:48 +0000 |
commit | af40ce3c79bb7be880e2a25706f74675f92b79ff (patch) | |
tree | 7d37200fcb3ce4943d279ab7b8a688b5948e9fcd /bfd/ChangeLog | |
parent | 52efde73b986abae90c478c68afb14dbf04629b8 (diff) | |
download | gdb-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/ChangeLog | 6 |
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> |