Include -N description (and include -N in synopsis).
authorRoland Pesch <pesch@cygnus>
Sat, 8 Aug 1992 00:36:16 +0000 (00:36 +0000)
committerRoland Pesch <pesch@cygnus>
Sat, 8 Aug 1992 00:36:16 +0000 (00:36 +0000)
ld/gld.1

index 93bfe390b9b02cba3ee11643648034c2d0242199..257906372d871d46c684d0f90d532be8b5e335c1 100644 (file)
--- 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
This page took 0.024922 seconds and 4 git commands to generate.