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:
Ed Maste 2018-03-01 19:02:41 +00:00
parent 61199443fe
commit 9a289f7b72
1 changed files with 1 additions and 1 deletions

View File

@ -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.