Commit 72b497da by Nick Clifton Committed by Nick Clifton

re PR target/62218 (gcc produces invalid SH instruction (stc r2,sr) when building libgcc)

	PR target/62218
	* config/sh/sync.md (atomic_fetch_nand<mode>_soft_imask): Fix typo
	in instruction sequence.

From-SVN: r215602
parent eb1f7a0a
2014-09-25 Nick Clifton <nickc@redhat.com>
PR target/62218
* config/sh/sync.md (atomic_fetch_nand<mode>_soft_imask): Fix typo
in instruction sequence.
2014-09-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR target/63335
......@@ -903,7 +903,7 @@
" and %0,%3" "\n"
" not %3,%3" "\n"
" mov.<bwl> %3,@%1" "\n"
" stc %4,sr";
" ldc %4,sr";
}
[(set_attr "length" "20")])
......
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