Message ID | ydd62p6zrec.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
Index: gcc/config/i386/i386.md =================================================================== --- gcc/config/i386/i386.md (revision 173913) +++ gcc/config/i386/i386.md (working copy) @@ -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")])