Include -N description (and include -N in synopsis).
This commit is contained in:
parent
246504a5c4
commit
426fad1ef9
1 changed files with 18 additions and 1 deletions
19
ld/gld.1
19
ld/gld.1
|
@ -58,7 +58,7 @@ gld \- the GNU linker
|
||||||
.I searchdir\c
|
.I searchdir\c
|
||||||
\&\|]
|
\&\|]
|
||||||
.RB "[\|" \-M | \-m "\|]"
|
.RB "[\|" \-M | \-m "\|]"
|
||||||
.RB "[\|" \-n "\|]"
|
.RB "[\|" \-n | \-N "\|]"
|
||||||
.RB "[\|" \-noinhibit-exec "\|]"
|
.RB "[\|" \-noinhibit-exec "\|]"
|
||||||
.RB "[\|" "\-R\ "\c
|
.RB "[\|" "\-R\ "\c
|
||||||
.I filename\c
|
.I filename\c
|
||||||
|
@ -510,6 +510,23 @@ about where symbols are mapped by \c
|
||||||
\&, and information on global
|
\&, and information on global
|
||||||
common storage allocation.
|
common storage allocation.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-N
|
||||||
|
specifies readable and writable \c
|
||||||
|
.B text\c
|
||||||
|
\& and \c
|
||||||
|
.B data\c
|
||||||
|
\& sections. If
|
||||||
|
the output format supports Unix style magic numbers, the output is
|
||||||
|
marked as \c
|
||||||
|
.B OMAGIC\c
|
||||||
|
\&.
|
||||||
|
|
||||||
|
When you use the `\|\c
|
||||||
|
.B \-N\c
|
||||||
|
\&\|' option, the linker does not page-align the
|
||||||
|
data segment.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-n
|
.B \-n
|
||||||
sets the text segment to be read only, and \c
|
sets the text segment to be read only, and \c
|
||||||
|
|
Loading…
Add table
Reference in a new issue