forked from OSchip/llvm-project
[docs] Fix troff macro (.F1 -> .Fl) in ld.lld.1
llvm-svn: 361345
This commit is contained in:
parent
24d27689bc
commit
b372259ace
|
@ -279,9 +279,9 @@ Disable garbage collection of unused sections.
|
|||
Disable STB_GNU_UNIQUE symbol binding.
|
||||
.It Fl -no-merge-exidx-entries
|
||||
Disable merging .ARM.exidx entries.
|
||||
.It F1 -no-nmagic
|
||||
.It Fl -no-nmagic
|
||||
Page align sections.
|
||||
.It F1 -no-omagic
|
||||
.It Fl -no-omagic
|
||||
Do not set the text data sections to be writable, page align sections.
|
||||
.It Fl -no-rosegment
|
||||
Do not put read-only non-executable sections in their own segment.
|
||||
|
|
Loading…
Reference in New Issue