lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
2014-03-25 Richard Biener <rguenther@suse.de> * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie. (run_gcc): Likewise. From-SVN: r208807
This commit is contained in:
parent
8bcc90b0af
commit
585d00880e
@ -1,3 +1,9 @@
|
||||
2014-03-25 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like
|
||||
OPT_fpie.
|
||||
(run_gcc): Likewise.
|
||||
|
||||
2014-03-25 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* combine.c (simplify_compare_const): Add MODE argument.
|
||||
|
@ -406,6 +406,7 @@ merge_and_complain (struct cl_decoded_option **decoded_options,
|
||||
/* Fallthru. */
|
||||
case OPT_fPIC:
|
||||
case OPT_fpic:
|
||||
case OPT_fPIE:
|
||||
case OPT_fpie:
|
||||
case OPT_fcommon:
|
||||
case OPT_fexceptions:
|
||||
@ -671,6 +672,7 @@ run_gcc (unsigned argc, char *argv[])
|
||||
{
|
||||
case OPT_fPIC:
|
||||
case OPT_fpic:
|
||||
case OPT_fPIE:
|
||||
case OPT_fpie:
|
||||
case OPT_fcommon:
|
||||
case OPT_fexceptions:
|
||||
|
Loading…
Reference in New Issue
Block a user