From 426fad1ef99828c1928beb83efbbb0fd312e515a Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Sat, 8 Aug 1992 00:36:16 +0000 Subject: [PATCH] Include -N description (and include -N in synopsis). --- ld/gld.1 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ld/gld.1 b/ld/gld.1 index 93bfe390b9..257906372d 100644 --- a/ld/gld.1 +++ b/ld/gld.1 @@ -58,7 +58,7 @@ gld \- the GNU linker .I searchdir\c \&\|] .RB "[\|" \-M | \-m "\|]" -.RB "[\|" \-n "\|]" +.RB "[\|" \-n | \-N "\|]" .RB "[\|" \-noinhibit-exec "\|]" .RB "[\|" "\-R\ "\c .I filename\c @@ -510,6 +510,23 @@ about where symbols are mapped by \c \&, and information on global 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 .B \-n sets the text segment to be read only, and \c -- 2.34.1