aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-12-02 15:38:46 +0000
committerNick Clifton <nickc@redhat.com>2003-12-02 15:38:46 +0000
commitda8bce141c0fb5262b21bbd923d0116a3c082b88 (patch)
tree175dd450c22490b2c923c85373b9a541ca88ae58 /ld/ld.texinfo
parent5f1900811cd0af7cd3bc9052c5013f4edd0e1e45 (diff)
downloadgdb-da8bce141c0fb5262b21bbd923d0116a3c082b88.zip
gdb-da8bce141c0fb5262b21bbd923d0116a3c082b88.tar.gz
gdb-da8bce141c0fb5262b21bbd923d0116a3c082b88.tar.bz2
Update docs to reflect fact the --undefined-symbols==ignore-all is no longer
the default for shared libraries and dynamic executables.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo9
1 files changed, 3 insertions, 6 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index a431a33..5ac6721 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -985,8 +985,7 @@ for which shared libraries are supported. This option is normally the
default on such platforms. The different variants of this option are
for compatibility with various systems. You may use this option
multiple times on the command line: it affects library searching for
-@option{-l} options which follow it. This
-option also implies @option{--unresolved-symbols=ignore-all}.
+@option{-l} options which follow it.
@kindex -Bgroup
@item -Bgroup
@@ -1495,12 +1494,10 @@ values for @samp{method}:
@table @samp
@item ignore-all
-Do not report any unresolved symbols. This is the default when
-creating shared libraries or dynamic executables.
+Do not report any unresolved symbols.
@item report-all
-Report all unresolved symbols. This is the default when creating
-static binaries.
+Report all unresolved symbols. This is the default.
@item ignore-in-object-files
Report unresolved symbols that are contained in shared libraries, but