aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9b70e15..5a58ad5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
+
+2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
PR target/40483
* configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
COMDAT group syntax, both SPARC and x86 variants.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 551e25d..49f1ee7 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -12528,7 +12528,7 @@
"TARGET_64BIT && TARGET_SUN_TLS"
{
output_asm_insn
- ("mov{q}\t{%%fs:0, %0|%0, QWORD PTR fs:0}", operands)
+ ("mov{q}\t{%%fs:0, %0|%0, QWORD PTR fs:0}", operands);
return "add{q}\t{%a1@gottpoff(%%rip), %0|%0, %a1@gottpoff[rip]}";
}
[(set_attr "type" "multi")])