diff options
author | Eugene Leviant <evgeny.leviant@gmail.com> | 2016-10-19 15:04:49 +0000 |
---|---|---|
committer | Eugene Leviant <evgeny.leviant@gmail.com> | 2016-10-19 15:04:49 +0000 |
commit | ce30b1c78ef3b7d6e5426b4ed778eccd68162c7e (patch) | |
tree | 6731a89fe109d7861cff29ae48756016ae26f02b /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 37dabc24270ceb55337544c8df904208659a5330 (diff) | |
download | bcm5719-llvm-ce30b1c78ef3b7d6e5426b4ed778eccd68162c7e.tar.gz bcm5719-llvm-ce30b1c78ef3b7d6e5426b4ed778eccd68162c7e.zip |
[ELF] Choose default segment when it is not specified
Linker scripts may specify PHDRS, but not specify section to
segment assignments, i.e:
PHDRS { seg PT_LOAD; }
SECTIONS {
.sec1 {} : seg
.sec2 {}
}
In such case linker should still choose some segment for .sec2 section.
This patch will add .sec2 to previously opened segments (seg) or to the
very first PT_LOAD segment, if no section-to-segment assignments has been
made
Differential revision: https://reviews.llvm.org/D24795
llvm-svn: 284600
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions