Commit c2b88971 authored by ro's avatar ro
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173914 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3468b0d6
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
......
......@@ -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