drop -dumpbase-ext from producer string
authorAlexandre Oliva <oliva@adacore.com>
Fri, 15 Jan 2021 19:22:54 +0000 (16:22 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 15 Jan 2021 19:22:54 +0000 (16:22 -0300)
commite63c2161d09903ca5c07b1eb0d8c0a1a17967499
tree40f81e6b74eccfcb0ab4d717c4bffbe5e7c75c16
parentd75199f782348bfc401f925b60f33ffc9822b7cc
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.
gcc/opts.c