diff options
| author | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-25 15:53:31 +0000 |
|---|---|---|
| committer | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-25 15:53:31 +0000 |
| commit | 09e6475c8083e680dff6d6b0cca8ca82ca08a830 (patch) | |
| tree | eceb94f04918fe22f034d14196a8f746ba45a050 | |
| parent | 1b26f55e2b0224714ea3853c6b4f3e5a1e3545fb (diff) | |
| download | ppe42-gcc-09e6475c8083e680dff6d6b0cca8ca82ca08a830.tar.gz ppe42-gcc-09e6475c8083e680dff6d6b0cca8ca82ca08a830.zip | |
gcc/
Backport from mainline
2014-09-25 Nick Clifton <nickc@redhat.com>
2014-09-25 Oleg Endo <olegendo@gcc.gnu.org>
PR target/62218
* config/sh/sync.md (atomic_fetch_nand<mode>_soft_imask,
atomic_test_and_set_soft_imask): Fix typo in instruction sequence.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215608 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 10 | ||||
| -rw-r--r-- | gcc/config/sh/sync.md | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1040b9d18c..06d1a590956 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2014-09-25 Oleg Endo <olegendo@gcc.gnu.org> + + Backport from mainline + 2014-09-25 Nick Clifton <nickc@redhat.com> + 2014-09-25 Oleg Endo <olegendo@gcc.gnu.org> + + PR target/62218 + * config/sh/sync.md (atomic_fetch_nand<mode>_soft_imask, + atomic_test_and_set_soft_imask): Fix typo in instruction sequence. + 2014-09-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com> Backport from mainline r215559 diff --git a/gcc/config/sh/sync.md b/gcc/config/sh/sync.md index a0a22a1f5b7..7dcf6971e6e 100644 --- a/gcc/config/sh/sync.md +++ b/gcc/config/sh/sync.md @@ -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")]) @@ -1353,7 +1353,7 @@ " ldc r0,sr" "\n" " mov.b @%0,r0" "\n" " mov.b %1,@%0" "\n" - " stc %2,sr" "\n" + " ldc %2,sr" "\n" " tst r0,r0"; } [(set_attr "length" "16")]) |

