Commit 0465f4f8 by H.J. Lu Committed by H.J. Lu

Update length attribute on *tls_global_dynamic_64.

2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.md (*tls_global_dynamic_64): Update length
	attribute.

From-SVN: r176873
parent f51c4a8a
2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.md (*tls_global_dynamic_64): Update length
attribute.
2011-07-28 Uros Bizjak <ubizjak@gmail.com> 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
PR target/47715 PR target/47715
......
...@@ -12342,7 +12342,8 @@ ...@@ -12342,7 +12342,8 @@
return "call\t%P2"; return "call\t%P2";
} }
[(set_attr "type" "multi") [(set_attr "type" "multi")
(set_attr "length" "16")]) (set (attr "length")
(symbol_ref "TARGET_X32 ? 15 : 16"))])
(define_expand "tls_global_dynamic_64" (define_expand "tls_global_dynamic_64"
[(parallel [(parallel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment