aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
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;