Add -dumpbase to the switches that take arguments

From-SVN: r141469
This commit is contained in:
Luis Machado 2008-10-30 22:45:32 +00:00 committed by Michael Meissner
parent dbc0f59397
commit 7c8fbd3fbe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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. */