summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-02 19:57:13 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-02 19:57:13 +0000
commit88cbb88160f4da2536638767e87ddebf157e45dc (patch)
treed801e3aa6e74f225ec87138aaecfc03c13f50f38
parentb8a67225f3665c425bf003ecb6a643082df5185b (diff)
downloadppe42-gcc-88cbb88160f4da2536638767e87ddebf157e45dc.tar.gz
ppe42-gcc-88cbb88160f4da2536638767e87ddebf157e45dc.zip
* config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
when processing flag options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158979 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bfce823cee1..49fe6582857 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 8cec42f8e52..10aac6e4e7b 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. */
OpenPOWER on IntegriCloud