* ld.texinfo (--gc-sections): Remove restriction for
authorEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 30 Apr 2004 11:49:45 +0000 (11:49 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 30 Apr 2004 11:49:45 +0000 (11:49 +0000)
dynamic linking.

ld/ChangeLog
ld/ld.texinfo

index d51185367246e4e3e5c7c725c2f22b362a11d9e7..0d60badad24b64490e5635c776dd63b80cfde17d 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-30  Eric Botcazou  <ebotcazou@act-europe.fr>
+
+       * ld.texinfo (--gc-sections): Remove restriction for 
+       dynamic linking.
+
 2004-04-29  Brian Ford  <ford@vss.fsi.com>
 
        * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
index 5461f0b3004c86e176e85c2764fe69d25b263c4b..f50d79afadec5e3e21073ca0115f634d51cb6c3f 100644 (file)
@@ -1136,9 +1136,9 @@ it ends in a @code{.exe} suffix.
 @itemx --gc-sections
 Enable garbage collection of unused input sections.  It is ignored on
 targets that do not support this option.  This option is not compatible
-with @samp{-r}, nor should it be used with dynamic linking.  The default
-behaviour (of not performing this garbage collection) can be restored by
-specifying @samp{--no-gc-sections} on the command line.
+with @samp{-r}. The default behaviour (of not performing this garbage
+collection) can be restored by specifying @samp{--no-gc-sections} on
+the command line.
 
 @cindex help
 @cindex usage