diff mbox

Fix typo in i386.md (tls_initial_exec_64_sun)

Message ID ydd62p6zrec.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth May 19, 2011, 2:39 p.m. UTC
A recent patch broke bootstrap on Solaris/x86.  Fixed as follows,
bootstrapped on i386-pc-solaris2.11, installed on mainline.

	Rainer


2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

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

Patch

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")])