mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* ld.texinfo (--gc-sections): Remove restriction for
dynamic linking.
This commit is contained in:
parent
376eb240f8
commit
755306bea8
@ -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>
|
2004-04-29 Brian Ford <ford@vss.fsi.com>
|
||||||
|
|
||||||
* scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
|
* scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
|
||||||
|
@ -1136,9 +1136,9 @@ it ends in a @code{.exe} suffix.
|
|||||||
@itemx --gc-sections
|
@itemx --gc-sections
|
||||||
Enable garbage collection of unused input sections. It is ignored on
|
Enable garbage collection of unused input sections. It is ignored on
|
||||||
targets that do not support this option. This option is not compatible
|
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
|
with @samp{-r}. The default behaviour (of not performing this garbage
|
||||||
behaviour (of not performing this garbage collection) can be restored by
|
collection) can be restored by specifying @samp{--no-gc-sections} on
|
||||||
specifying @samp{--no-gc-sections} on the command line.
|
the command line.
|
||||||
|
|
||||||
@cindex help
|
@cindex help
|
||||||
@cindex usage
|
@cindex usage
|
||||||
|
Loading…
Reference in New Issue
Block a user