diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-10-03 13:25:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-10-03 13:25:30 -0700 |
commit | 1887ae7304dced5b081ee200a9e27fbb8f180143 (patch) | |
tree | a17cacf4b0450b002ef0c325e97b2efbc973b513 /ld/ChangeLog | |
parent | 23e463ed7c0d289e2291aaefd576bf02efd98df8 (diff) | |
download | fsf-binutils-gdb-1887ae7304dced5b081ee200a9e27fbb8f180143.zip fsf-binutils-gdb-1887ae7304dced5b081ee200a9e27fbb8f180143.tar.gz fsf-binutils-gdb-1887ae7304dced5b081ee200a9e27fbb8f180143.tar.bz2 |
ELF: Group and sort output note sections by section alignments
To support putting all adjacent SHT_NOTE sections with the same section
alignment into a single PT_NOTE segment, lang_insert_orphan must group
and sort output note sections by section alignments in both output
section list as well as output section statement list.
PR ld/23658
* ldlang.c (lang_insert_orphan): Group and sort output note
sections by section alignments.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 81d2ce4..f17a8f2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2018-10-03 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/23658 + * ldlang.c (lang_insert_orphan): Group and sort output note + sections by section alignments. + 2018-09-25 Eric Botcazou <ebotcazou@adacore.com> * testsuite/ld-elf/pr14156b.d: Adjust for extra symbols. |