Commit 7c8fbd3f by Luis Machado Committed by Michael Meissner

Add -dumpbase to the switches that take arguments

From-SVN: r141469
parent dbc0f593
2008-10-28 Luis Machado <luisgpm@br.ibm.com>
* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add "dumpbase" to the
list of word switches that take args.
2008-10-30 Jakub Jelinek <jakub@redhat.com>
* config/s390/s390.c (s390_mark_symbol_ref_as_used): New function.
......
......@@ -51,7 +51,7 @@ struct spec_function
|| !strcmp (STR, "isysroot") \
|| !strcmp (STR, "-param") || !strcmp (STR, "specs") \
|| !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ") \
|| !strcmp (STR, "fintrinsic-modules-path"))
|| !strcmp (STR, "fintrinsic-modules-path") || !strcmp (STR, "dumpbase"))
/* These are exported by gcc.c. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment