OSDN Git Service

* ld.texinfo: Make it clear that --nmagic disables linking
authorjiez <jiez>
Fri, 4 Dec 2009 16:28:13 +0000 (16:28 +0000)
committerjiez <jiez>
Fri, 4 Dec 2009 16:28:13 +0000 (16:28 +0000)
against shared libraries.

ld/ChangeLog
ld/ld.texinfo

index b7d65f5..1c8994c 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * ld.texinfo: Make it clear that --nmagic disables linking
+       against shared libraries.
+
 2009-11-30  Joseph Myers  <joseph@codesourcery.com>
 
        * configure: Regenerate.
index aa9a223..ca7e274 100644 (file)
@@ -780,8 +780,9 @@ scripts.
 @kindex --nmagic
 @item -n
 @itemx --nmagic
-Turn off page alignment of sections, and mark the output as
-@code{NMAGIC} if possible.
+Turn off page alignment of sections, and disable linking against shared
+libraries.  If the output format supports Unix style magic numbers,
+mark the output as @code{NMAGIC}.
 
 @kindex -N
 @kindex --omagic