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: r158981
This commit is contained in:
Uros Bizjak 2010-05-02 22:37:41 +02:00 committed by Uros Bizjak
parent 15f20bbda4
commit b917482f9c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-02 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
when processing flag options.
2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
* tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of

View File

@ -2358,7 +2358,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: 0x%x)", isa);
sprintf (target_other, "(other flags: 0x%x)", flags);
}
/* Add -fpmath= option. */