drop -dumpbase-ext from producer string

The -dumpbase and -dumpdir options are excluded from the producer
string output in debug information, but -dumpbase-ext was not.  This
patch excludes it as well.


for  gcc/ChangeLog

	* opts.c (gen_command_line_string): Exclude -dumpbase-ext.
This commit is contained in:
Alexandre Oliva 2021-01-15 16:22:54 -03:00 committed by Alexandre Oliva
parent d75199f782
commit e63c2161d0

View File

@ -3286,6 +3286,7 @@ gen_command_line_string (cl_decoded_option *options,
case OPT_o:
case OPT_d:
case OPT_dumpbase:
case OPT_dumpbase_ext:
case OPT_dumpdir:
case OPT_quiet:
case OPT_version: