diff options
author | Nick Clifton <nickc@redhat.com> | 2006-10-19 15:47:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-10-19 15:47:34 +0000 |
commit | b354976135880498dc76cb68e9ab47520205081b (patch) | |
tree | a6ac24d321c2f8f5c5b129f07e757cea61629e4e /ld | |
parent | 6870500c0404a6501f0a21fdbca6ce2695c6ca0c (diff) | |
download | gdb-b354976135880498dc76cb68e9ab47520205081b.zip gdb-b354976135880498dc76cb68e9ab47520205081b.tar.gz gdb-b354976135880498dc76cb68e9ab47520205081b.tar.bz2 |
Fix score bugs
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ld.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 1fbd6ef..067f1f6 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1251,9 +1251,9 @@ it ends in a @code{.exe} suffix. @itemx --no-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}. 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} or @samp{--emit-relocs}. The default behaviour (of not +performing this garbage collection) can be restored by specifying +@samp{--no-gc-sections} on the command line. @kindex --print-gc-sections @kindex --no-print-gc-sections |