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 <[email protected]>
* 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