From 3ed87f6934b584780085e170731eda0adcfa4f92 Mon Sep 17 00:00:00 2001 From: jiez Date: Fri, 4 Dec 2009 16:28:13 +0000 Subject: [PATCH] * ld.texinfo: Make it clear that --nmagic disables linking against shared libraries. --- ld/ChangeLog | 5 +++++ ld/ld.texinfo | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index b7d65f5262..1c8994c10e 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 aa9a2239d0..ca7e274b61 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 -- 2.11.0