From: Alan Modra Date: Tue, 19 Sep 2017 08:30:58 +0000 (+0930) Subject: ChangeLog fixes X-Git-Tag: binutils-2_29_1.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50d637ff75789d922cf523920817a631705fbfe5;p=thirdparty%2Fbinutils-gdb.git ChangeLog fixes --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 87b7973ec1e..8ee7fa58ad0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -12,8 +12,8 @@ after gc. Exclude .gnu.version when zero or one dynsym. Localize some vars and reindent. -2017-08-31 Alan Modra - + Apply from master + 2017-08-31 Alan Modra * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Don't exit early for a section containing just a terminator. Allow multiple terminators at end of section. @@ -21,23 +21,19 @@ sections when not adding alignment. Assert on terminator in the middle of FDEs. -2017-08-31 Alan Modra - + 2017-08-31 Alan Modra PR 21441 PR 22048 * elflink.c (bfd_elf_discard_info): Don't pad embedded zero terminators. -2017-08-14 Alan Modra - + 2017-08-14 Alan Modra PR 21441 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't add alignment padding here. * elflink.c (bfd_elf_discard_info): Add .eh_frame padding here in a reverse pass over sections. -2017-09-04 Nick Clifton - 2017-09-18 H.J. Lu PR ld/22148