Commit 5b295a81 by James Greenhalgh Committed by Jiong Wang

[AArch64] Fix output assembly bug under TLSIE ILP32

2015-10-05 James Greenhalgh <james.greenhalgh@arm.com>
	   Jiong Wang  <jiong.wang@arm.com>

	* config/aarch64/aarch64.md (tlsie_tiny_sidi): Replace "<w>" with "w".


Co-Authored-By: Jiong Wang <jiong.wang@arm.com>

From-SVN: r228482
parent 6a192b5a
2015-10-05 James Greenhalgh <james.greenhalgh@arm.com>
Jiong Wang <jiong.wang@arm.com>
* config/aarch64/aarch64.md (tlsie_tiny_sidi): Replace "<w>" with "w".
2015-10-05 Richard Sandiford <richard.sandiford@arm.com> 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
* real.h (REAL_VALUE_FROM_CONST_DOUBLE): Delete. * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Delete.
...@@ -4738,7 +4738,7 @@ ...@@ -4738,7 +4738,7 @@
] ]
UNSPEC_GOTTINYTLS)))] UNSPEC_GOTTINYTLS)))]
"" ""
"ldr\\t%w0, %L1\;add\\t%<w>0, %<w>0, %<w>2" "ldr\\t%w0, %L1\;add\\t%w0, %w0, %w2"
[(set_attr "type" "multiple") [(set_attr "type" "multiple")
(set_attr "length" "8")] (set_attr "length" "8")]
) )
......
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