forked from OSchip/llvm-project
Add a description about multiple linker scripts
Differential Revision: https://reviews.llvm.org/D66630 llvm-svn: 369737
This commit is contained in:
parent
85a968e9d5
commit
6ef01c3e2b
|
@ -424,6 +424,8 @@ and
|
|||
.It Fl -script Ns = Ns Ar file , Fl T Ar file
|
||||
Read linker script from
|
||||
.Ar file .
|
||||
If multiple linker scripts are given, they are processed as if they
|
||||
were concatenated in the order they appeared on the command line.
|
||||
.It Fl -section-start Ns = Ns Ar section Ns = Ns Ar address
|
||||
Set address of section.
|
||||
.It Fl -shared , Fl -Bsharable
|
||||
|
|
Loading…
Reference in New Issue