[all-commits] [llvm/llvm-project] 2ac8ce: Revert D125410 "[ELF] Align the end of PT_GNU_RELR...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu May 12 20:41:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ac8ce5d563b7f877706eaefe7683fdc9ca5c0ce
https://github.com/llvm/llvm-project/commit/2ac8ce5d563b7f877706eaefe7683fdc9ca5c0ce
Author: Fangrui Song <i at maskray.me>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M lld/ELF/Writer.cpp
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/aarch64-relro.s
M lld/test/ELF/basic-ppc64.s
Log Message:
-----------
Revert D125410 "[ELF] Align the end of PT_GNU_RELRO to max-page-size instead of common-page-size"
This reverts commit ebdb9d635a077274e38baa8584f5b0e631b4b1d3.
Changing p_memsz is insufficient and may make PT_GNU_RELRO extend beyond the
PT_LOAD.
More information about the All-commits
mailing list