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 | |
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')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b7d65f5..1c8994c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. 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 |