Commit 585d0088 by Richard Biener Committed by Richard Biener

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
parent 8bcc90b0
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:
......
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