aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-02-14 16:02:45 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-02-14 17:39:34 -0800
commita1faa5ea8629adfcd60c2cc0d3b533ed3ab34ee2 (patch)
treeb9f08d64f4f3f0b63f8b3829b455a041a5edbc43 /ld/ld.h
parent62e2e6d120fc2e374da5f36a4218a38cea857004 (diff)
downloadbinutils-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/ld.h b/ld/ld.h
index c7e4ca3..f3086bf 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -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;