against shared libraries.
+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.
@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