* config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
From-SVN: r173914
This commit is contained in:
parent
2ca48caa2c
commit
86ff4081df
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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")])
|
||||
|
|
Loading…
Add table
Reference in a new issue