Update docs to reflect fact the --undefined-symbols==ignore-all is no longer
authorNick Clifton <nickc@redhat.com>
Tue, 2 Dec 2003 15:38:46 +0000 (15:38 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 2 Dec 2003 15:38:46 +0000 (15:38 +0000)
the default for shared libraries and dynamic executables.

ld/ChangeLog
ld/ld.texinfo

index 2c5512ec15f7deb2b6c93887f291c4094db5d076..e7905a76629f3b73ce73b1b8d100eb12bd782a31 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-02  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (Options): --ignore-all is no longer the default
+       behaviour for shared libraries and dynamic executables.
+
 2003-12-02  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Run "make dep-am".
index a431a33aaa3733adaf07d8a63bff5266028a3517..5ac6721ad1797c8533accc97204bdaa8014195a0 100644 (file)
@@ -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
This page took 0.03181 seconds and 4 git commands to generate.