bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/29654] ld: add -w to suppress warnings


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/29654] ld: add -w to suppress warnings
Date: Fri, 21 Oct 2022 11:20:42 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29654

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <nickc@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4b2e7a577c2f7311a8c381ff791d46e654c41fcc

commit 4b2e7a577c2f7311a8c381ff791d46e654c41fcc
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Oct 21 12:20:09 2022 +0100

    Add a -w option to the linker to suppress warning and error messages.

            PR 29654
            * ld.h (struct ld_config_type): Add no_warnings field.
            * ldlex.h (enum option_values): Add OPTION_NO_WARNINGS.
            * lexsup.c (ld_options): Add --no-warnings.
            (parse_args): Add support for -w and --no-warnings.
            * ldmisc.c (vfinfo): Return early if the message is a warning and
            -w has been enabled.
            * ld.texi (options): Document new command line option.
            * NEWS: Mention the new feature.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]