Commit 18fdef20 by Uros Bizjak Committed by Uros Bizjak

i386.c (ix86_target_string): Output 'flags', not 'isa', when processing flag options.

	* config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
	when processing flag options.

From-SVN: r158979
parent 7c393241
2010-05-02 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
when processing flag options.
2010-05-02 Uros Bizjak <ubizjak@gmail.com>
* gcov-iov.c (main): Change format string placeholder
from %#08x to 0x%08x.
* genchecksum.c (dosum): Change format string placeholder
......
......@@ -2529,7 +2529,7 @@ ix86_target_string (int isa, int flags, const char *arch, const char *tune,
if (flags && add_nl_p)
{
opts[num++][0] = target_other;
sprintf (target_other, "(other flags: %#x)", isa);
sprintf (target_other, "(other flags: %#x)", flags);
}
/* Add -fpmath= option. */
......
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