diff options
author | Peter Smith <peter.smith@linaro.org> | 2019-05-13 16:01:26 +0000 |
---|---|---|
committer | Peter Smith <peter.smith@linaro.org> | 2019-05-13 16:01:26 +0000 |
commit | 4e21c770ec328bf03fac6f729602a744b7ef4bca (patch) | |
tree | aecd2d104a296a3c5856cec4dc2a681db7e13a46 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | d3cedee3c609270335f82400999b4fa6ffb2e441 (diff) | |
download | bcm5719-llvm-4e21c770ec328bf03fac6f729602a744b7ef4bca.tar.gz bcm5719-llvm-4e21c770ec328bf03fac6f729602a744b7ef4bca.zip |
[ELF] Full support for -n (--nmagic) and -N (--omagic) via common page
The -n (--nmagic) disables page alignment, and acts as a -Bstatic
The -N (--omagic) does what -n does but also marks the executable segment as
writeable. As page alignment is disabled headers are not allocated unless
explicit in the linker script.
To disable page alignment in LLD we choose to set the page sizes to 1 so
that any alignment based on the page size does nothing. To set the
Target->PageSize to 1 we implement -z common-page-size, which has the side
effect of allowing the user to set the value as well.
Setting the page alignments to 1 does mean that any use of
CONSTANT(MAXPAGESIZE) or CONSTANT(COMMONPAGESIZE) in a linker script will
return 1, unlike in ld.bfd. However given that -n and -N disable paging
these probably shouldn't be used in a linker script where -n or -N is in
use.
Differential Revision: https://reviews.llvm.org/D61688
llvm-svn: 360593
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions