diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-09-21 04:07:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-09-21 04:08:01 -0700 |
commit | 95475e5d6b7529309ca804fdc2c2e04d654c3978 (patch) | |
tree | e8de48c86472e4d793474007d5506c3dffd4232f /include/ChangeLog | |
parent | be9a9af90654c29c2e90375a64b4d18ef75c56a0 (diff) | |
download | binutils-95475e5d6b7529309ca804fdc2c2e04d654c3978.zip binutils-95475e5d6b7529309ca804fdc2c2e04d654c3978.tar.gz binutils-95475e5d6b7529309ca804fdc2c2e04d654c3978.tar.bz2 |
ELF: Don't include zero size sections at start of PT_NOTE segment
We shouldn't include zero size sections at start of PT_NOTE segment,
similar to PT_DYNAMIC segment.
PR binutils/23694
* include/elf/internal.h (ELF_SECTION_IN_SEGMENT_1): Don't
include zero size sections at start of PT_NOTE segment.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 34dcb8c..f46251e 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2018-09-21 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/23694 + * include/elf/internal.h (ELF_SECTION_IN_SEGMENT_1): Don't + include zero size sections at start of PT_NOTE segment. + 2018-09-20 Nelson Chu <nelson.chu1990@gmail.com> * elf/nds32.h: Remove the unused target features. |