From: Uros Bizjak Date: Sun, 2 May 2010 19:57:13 +0000 (+0200) Subject: i386.c (ix86_target_string): Output 'flags', not 'isa', when processing flag options. X-Git-Tag: releases/gcc-4.6.0~7532 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18fdef206f39e4034afa3babe8ad38543bcdd7b3;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bfce823cee1f..49fe65828575 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-02 Uros Bizjak + + * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa', + when processing flag options. + 2010-05-02 Uros Bizjak * gcov-iov.c (main): Change format string placeholder diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 8cec42f8e528..10aac6e4e7be 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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. */