forked from OSchip/llvm-project
Correct man page description for --section-start
The argument is section=address, not just address. (For compatibility with GNU linkers we need to, but do not yet, accept --section-start=section=address.) llvm-svn: 326463
This commit is contained in:
parent
61199443fe
commit
9a289f7b72
|
@ -308,7 +308,7 @@ and
|
|||
.It Fl -script Ns = Ns Ar file
|
||||
Read linker script from
|
||||
.Ar file .
|
||||
.It Fl -section-start Ar address
|
||||
.It Fl -section-start Ar section Ns = Ns Ar address
|
||||
Set address of section.
|
||||
.It Fl -shared
|
||||
Build a shared object.
|
||||
|
|
Loading…
Reference in New Issue