summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/arm/arm.md2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ad8f931b825..70a7189d954 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/50352
+ * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
+ sprintf format string.
+
2011-09-12 Richard Guenther <rguenther@suse.de>
PR tree-optimization/50343
diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md
index 43c7608aad4..cd7cb06f45f 100644
--- a/gcc/config/arm/arm.md
+++ b/gcc/config/arm/arm.md
@@ -10633,7 +10633,7 @@
{
char pattern[100];
- sprintf (pattern, \"sfm%(fd%)\\t%%1, %d, [%%m0]!\", XVECLEN (operands[2], 0));
+ sprintf (pattern, \"sfm%%(fd%%)\\t%%1, %d, [%%m0]!\", XVECLEN (operands[2], 0));
output_asm_insn (pattern, operands);
return \"\";
}"
OpenPOWER on IntegriCloud