Skip to content

Commit b5a6538

Browse files
author
George Rimar
committedSep 25, 2018
[ELF] - Add -z global option to manual.
This was requested during review of D49374, but for some unknown reason was not in the final commit. llvm-svn: 342954
1 parent 7f1322d commit b5a6538

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎lld/docs/ld.lld.1

+6
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ Make the main stack executable.
442442
Stack permissions are recorded in the
443443
.Dv PT_GNU_STACK
444444
segment.
445+
.It Cm global
446+
Sets the
447+
.Dv DF_1_GLOBAL flag in the
448+
.Dv DYNAMIC
449+
section.
450+
Different loaders can decide how to handle this flag on their own.
445451
.It Cm initfirst
446452
Sets the
447453
.Dv DF_1_INITFIRST

0 commit comments

Comments
 (0)
Please sign in to comment.