diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-14 16:02:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-02-14 17:39:34 -0800 |
commit | a1faa5ea8629adfcd60c2cc0d3b533ed3ab34ee2 (patch) | |
tree | b9f08d64f4f3f0b63f8b3829b455a041a5edbc43 /ld/ld.h | |
parent | 62e2e6d120fc2e374da5f36a4218a38cea857004 (diff) | |
download | binutils-a1faa5ea8629adfcd60c2cc0d3b533ed3ab34ee2.zip binutils-a1faa5ea8629adfcd60c2cc0d3b533ed3ab34ee2.tar.gz binutils-a1faa5ea8629adfcd60c2cc0d3b533ed3ab34ee2.tar.bz2 |
Revert "PR28824, relro security issues, x86 keep COMMONPAGESIZE relro"
This reverts commit 31b4d3a16f200bf04db8439a63b72bba7af4e1be.
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -276,10 +276,6 @@ typedef struct /* If set, code and non-code sections should never be in one segment. */ bool separate_code; - /* TRUE if the end of the relro segment should be aligned to - COMMONPAGESIZE rather than MAXPAGESIZE. */ - bool relro_use_commonpagesize; - /* The rpath separation character. Usually ':'. */ char rpath_separator; |