diff options
author | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-28 01:18:13 +0000 |
---|---|---|
committer | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-28 01:18:13 +0000 |
commit | 65d02209a1d535c594e5e1c53b71eddb5f50b0aa (patch) | |
tree | d7075bfe28e92723a49e9389d7d1dd4146f719ca /gcc/config/sh/sync.md | |
parent | 83ff1903e78047d272dbba4c9f9cae6a7cbd238b (diff) | |
download | gcc-65d02209a1d535c594e5e1c53b71eddb5f50b0aa.tar.gz |
gcc/
* common/config/sh/sh-common.c: Remove SH5 support.
* config/sh/constraints.md: Likewise.
* config/sh/config/sh/elf.h: Likewise.
* config/sh/linux.h: Likewise.
* config/sh/netbsd-elf.h: Likewise.
* config/sh/predicates.md: Likewise.
* config/sh/sh-c.c: Likewise.
* config/sh/sh-protos.h: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/sh.h: Likewise.
* config/sh/sh.md: Likewise.
* config/sh/sh.opt: Likewise.
* config/sh/sync.md: Likewise.
* config/sh/sh64.h: Delete.
* config/sh/shmedia.h: Likewise.
* config/sh/shmedia.md: Likewise.
* config/sh/sshmedia.h: Likewise.
* config/sh/t-netbsd-sh5-64: Likewise.
* config/sh/t-sh64: Likewise.
* config/sh/ushmedia.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/sync.md')
-rw-r--r-- | gcc/config/sh/sync.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sync.md b/gcc/config/sh/sync.md index 6f1337b33b4..93007f94c9b 100644 --- a/gcc/config/sh/sync.md +++ b/gcc/config/sh/sync.md @@ -2131,7 +2131,7 @@ [(match_operand:SI 0 "register_operand" "") ;; bool result output (match_operand:QI 1 "memory_operand" "") ;; memory (match_operand:SI 2 "const_int_operand" "")] ;; model - "(TARGET_ATOMIC_ANY || TARGET_ENABLE_TAS) && !TARGET_SHMEDIA" + "TARGET_ATOMIC_ANY || TARGET_ENABLE_TAS" { rtx addr = force_reg (Pmode, XEXP (operands[1], 0)); @@ -2168,7 +2168,7 @@ (const_int 0))) (set (mem:QI (match_dup 0)) (unspec:QI [(const_int 128)] UNSPEC_ATOMIC))] - "TARGET_ENABLE_TAS && !TARGET_SHMEDIA" + "TARGET_ENABLE_TAS" "tas.b @%0" [(set_attr "insn_class" "co_group")]) |