diff options
author | Nick Clifton <nickc@redhat.com> | 2008-06-04 09:45:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-06-04 09:45:05 +0000 |
commit | 0fe58ccd2b957a1034c2488d63659c30ca505e77 (patch) | |
tree | 9ae3d0bc58aa471aaa33d42b461bd41352ebcbfa /ld/ld.texinfo | |
parent | d77ec871959bbdc132c717f7f343d1f43cb28c9c (diff) | |
download | gdb-0fe58ccd2b957a1034c2488d63659c30ca505e77.zip gdb-0fe58ccd2b957a1034c2488d63659c30ca505e77.tar.gz gdb-0fe58ccd2b957a1034c2488d63659c30ca505e77.tar.bz2 |
* lexsup.c (option_values): Add OPTION_NO_WARN_FATAL.
(ld_options): Add entry for --no-fatal-warnings.
(parse_args): Handle OPTION_NO_WARN_FATAL.
* ld.texinfo (Options): Document new command line switch.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index a2ec34a..7a6e2f7 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1263,10 +1263,12 @@ generating dynamically linked ELF executables. The default dynamic linker is normally correct; don't use this unless you know what you are doing. - @kindex --fatal-warnings +@kindex --no-fatal-warnings @item --fatal-warnings -Treat all warnings as errors. +@itemx --no-fatal-warnings +Treat all warnings as errors. The default behaviour can be restored +with the option @option{--no-fatal-warnings}. @kindex --force-exe-suffix @item --force-exe-suffix |