aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 4125d84..5ceefb4 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -2234,6 +2234,17 @@ elf_shlib_list_options (FILE *file)
fprintf (file, _("\
-z noseparate-code Don't create separate code program header (default)\n"));
#endif
+#if DEFAULT_LD_ROSEGMENT
+ fprintf (file, _("\
+ --rosegment With -z separate-code, create a single read-only segment (default)\n"));
+ fprintf (file, _("\
+ --no-rosegment With -z separate-code, creste two read-only segments\n"));
+#else
+ fprintf (file, _("\
+ --rosegment With -z separate-code, create a single read-only segment\n"));
+ fprintf (file, _("\
+ --no-rosegment With -z separate-code, creste two read-only segments (default)\n"));
+#endif
fprintf (file, _("\
-z common Generate common symbols with STT_COMMON type\n"));
fprintf (file, _("\