diff options
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 |