Commit 86ff4081 by Rainer Orth Committed by Rainer Orth

* config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.

From-SVN: r173914
parent 2ca48caa
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.
......
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment