Browse Source

* ld.texinfo: Make it clear that --nmagic disables linking

against shared libraries.
gdb_7_1-branch
Jie Zhang 17 years ago
parent
commit
90f5d9d961
  1. 5
      ld/ChangeLog
  2. 5
      ld/ld.texinfo

5
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.

5
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

Loading…
Cancel
Save