diff options
author | Fangrui Song <maskray@google.com> | 2019-07-17 09:23:04 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-07-17 09:23:04 +0000 |
commit | 2be0ebb0d80d75241ac7ef033153466317ff13a0 (patch) | |
tree | d4577ac91498d556ad214adc85f03790c9d3a4f3 /lldb/packages/Python/lldbsuite/test | |
parent | 9eb95903da4575b3b95d1a743d48e51bb5026ccd (diff) | |
download | bcm5719-llvm-2be0ebb0d80d75241ac7ef033153466317ff13a0.tar.gz bcm5719-llvm-2be0ebb0d80d75241ac7ef033153466317ff13a0.zip |
[ELF] Delete redundant pageAlign at PT_GNU_RELRO boundaries after D58892
Summary:
After D58892 split the RW PT_LOAD on the PT_GNU_RELRO boundary, the new
layout is:
PT_LOAD(PT_GNU_RELRO(.data.rel.ro .bss.rel.ro)) PT_LOAD(.data. .bss)
The two pageAlign() calls at PT_GNU_RELRO boundaries are redundant due
to the existence of PT_LOAD.
Reviewers: grimar, peter.smith, ruiu, espindola
Reviewed By: ruiu
Subscribers: sfertile, atanasyan, emaste, arichardson, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D64854
llvm-svn: 366307
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions