public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Fix typo in i386.md (tls_initial_exec_64_sun)
@ 2011-05-19 17:53 Rainer Orth
  0 siblings, 0 replies; only message in thread
From: Rainer Orth @ 2011-05-19 17:53 UTC (permalink / raw)
  To: gcc-patches; +Cc: Uros Bizjak

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.

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

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-19 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19 17:53 Fix typo in i386.md (tls_initial_exec_64_sun) Rainer Orth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).