Add -dumpbase to the switches that take arguments
From-SVN: r141469
This commit is contained in:
parent
dbc0f59397
commit
7c8fbd3fbe
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user