mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-28 22:33:27 +08:00
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
This commit is contained in:
parent
eb1f7a0a3d
commit
72b497da48
@ -1,3 +1,9 @@
|
||||
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")])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user