diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-12-04 07:28:13 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-12-04 07:28:13 +0000 |
commit | 90f5d9d96125bc43fc8c332ed9450d9e8bf4f5b0 (patch) | |
tree | ff7370cfd62a6f60ba96ba8670850fe5b383db0a /ld/ld.texinfo | |
parent | 3d2a8c7328957953a30e8df0fc4ec899ace27ca7 (diff) | |
download | gdb-90f5d9d96125bc43fc8c332ed9450d9e8bf4f5b0.zip gdb-90f5d9d96125bc43fc8c332ed9450d9e8bf4f5b0.tar.gz gdb-90f5d9d96125bc43fc8c332ed9450d9e8bf4f5b0.tar.bz2 |
* ld.texinfo: Make it clear that --nmagic disables linking
against shared libraries.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index aa9a223..ca7e274 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 |