From: Jie Zhang Date: Fri, 4 Dec 2009 07:28:13 +0000 (+0000) Subject: * ld.texinfo: Make it clear that --nmagic disables linking X-Git-Tag: cgen-snapshot-20100101~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90f5d9d96125bc43fc8c332ed9450d9e8bf4f5b0;p=thirdparty%2Fbinutils-gdb.git * ld.texinfo: Make it clear that --nmagic disables linking against shared libraries. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index b7d65f52623..1c8994c10eb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2009-12-04 Jie Zhang + + * ld.texinfo: Make it clear that --nmagic disables linking + against shared libraries. + 2009-11-30 Joseph Myers * configure: Regenerate. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index aa9a2239d09..ca7e274b610 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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