Commit a016dc83 by Joseph Myers Committed by Joseph Myers

re PR driver/45731 (Header missing for assembler option help.)

	PR driver/45731
	* gcc.c (asm_options): Correct spec matching --target-help.

From-SVN: r170091
parent 60a40f62
2011-02-12 Joseph Myers <joseph@codesourcery.com>
PR driver/45731
* gcc.c (asm_options): Correct spec matching --target-help.
2011-02-12 Martin Jambor <mjambor@suse.cz> 2011-02-12 Martin Jambor <mjambor@suse.cz>
* tree-cfg.c (verify_gimple_call): Return true upon invalid argument * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
......
...@@ -775,7 +775,7 @@ static const char *cc1_options = ...@@ -775,7 +775,7 @@ static const char *cc1_options =
%{coverage:-fprofile-arcs -ftest-coverage}"; %{coverage:-fprofile-arcs -ftest-coverage}";
static const char *asm_options = static const char *asm_options =
"%{--target-help:%:print-asm-header()} " "%{-target-help:%:print-asm-header()} "
#if HAVE_GNU_AS #if HAVE_GNU_AS
/* If GNU AS is used, then convert -w (no warnings), -I, and -v /* If GNU AS is used, then convert -w (no warnings), -I, and -v
to the assembler equivalents. */ to the assembler equivalents. */
......
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