ELF: Group and sort output note sections by section alignments
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Oct 2018 20:25:16 +0000 (13:25 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Oct 2018 20:25:30 +0000 (13:25 -0700)
commit1887ae7304dced5b081ee200a9e27fbb8f180143
treea17cacf4b0450b002ef0c325e97b2efbc973b513
parent23e463ed7c0d289e2291aaefd576bf02efd98df8
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.
ld/ChangeLog
ld/ldlang.c
This page took 0.02471 seconds and 4 git commands to generate.