[lld] r326463 - Correct man page description for --section-start

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 11:02:41 PST 2018


Author: emaste
Date: Thu Mar  1 11:02:41 2018
New Revision: 326463

URL: http://llvm.org/viewvc/llvm-project?rev=326463&view=rev
Log:
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.)

Modified:
    lld/trunk/docs/ld.lld.1

Modified: lld/trunk/docs/ld.lld.1
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ld.lld.1?rev=326463&r1=326462&r2=326463&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Thu Mar  1 11:02:41 2018
@@ -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.




More information about the llvm-commits mailing list