summaryrefslogtreecommitdiff
path: root/gcc/config/aarch64/predicates.md
diff options
context:
space:
mode:
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-29 13:08:16 +0000
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-29 13:08:16 +0000
commit5137d3cb95e54a8d58a2bf9ff55d4b90c1bd9d32 (patch)
tree2c8527119696e5d3d8f9f9be1e6d696afa1d93c6 /gcc/config/aarch64/predicates.md
parente03531ec0dad53fec269a2350d1c855d900f2f9e (diff)
downloadgcc-5137d3cb95e54a8d58a2bf9ff55d4b90c1bd9d32.tar.gz
[AArch64] Implement support for --mcmodel=tiny
This patch adds support for the tiny absolute memory model. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/aarch64/predicates.md')
-rw-r--r--gcc/config/aarch64/predicates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/aarch64/predicates.md b/gcc/config/aarch64/predicates.md
index 16c4385e845..3248f610da0 100644
--- a/gcc/config/aarch64/predicates.md
+++ b/gcc/config/aarch64/predicates.md
@@ -166,7 +166,7 @@
})
(define_predicate "aarch64_mov_operand"
- (and (match_code "reg,subreg,mem,const_int,symbol_ref,high")
+ (and (match_code "reg,subreg,mem,const,const_int,symbol_ref,label_ref,high")
(ior (match_operand 0 "register_operand")
(ior (match_operand 0 "memory_operand")
(match_test "aarch64_mov_operand_p (op, SYMBOL_CONTEXT_ADR, mode)")))))