aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texi
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.texi')
-rw-r--r--ld/ld.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index 9daed2e..82527e3 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -1876,6 +1876,15 @@ in filename invoked by -R or --just-symbols
Treat all warnings as errors. The default behaviour can be restored
with the option @option{--no-fatal-warnings}.
+@kindex -w
+@kindex --no-warnings
+@item -w
+@itemx --no-warnings
+Do not display any warning or error messages. This overrides
+@option{--fatal-warnings} if it has been enabled. This option can be
+used when it is known that the output binary will not work, but there
+is still a need to create it.
+
@kindex --force-exe-suffix
@item --force-exe-suffix
Make sure that an output file has a .exe suffix.