forked from OSchip/llvm-project
[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
This commit is contained in:
parent
7f1322dc4d
commit
b5a6538b07
|
@ -442,6 +442,12 @@ Make the main stack executable.
|
|||
Stack permissions are recorded in the
|
||||
.Dv PT_GNU_STACK
|
||||
segment.
|
||||
.It Cm global
|
||||
Sets the
|
||||
.Dv DF_1_GLOBAL flag in the
|
||||
.Dv DYNAMIC
|
||||
section.
|
||||
Different loaders can decide how to handle this flag on their own.
|
||||
.It Cm initfirst
|
||||
Sets the
|
||||
.Dv DF_1_INITFIRST
|
||||
|
|
Loading…
Reference in New Issue