diff options
Diffstat (limited to 'gcc/config/m68k/constraints.md')
-rw-r--r-- | gcc/config/m68k/constraints.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/constraints.md b/gcc/config/m68k/constraints.md index a4885cda6ca..0fb30078d66 100644 --- a/gcc/config/m68k/constraints.md +++ b/gcc/config/m68k/constraints.md @@ -94,7 +94,8 @@ (define_constraint "T" "Used for operands that satisfy 's' when -mpcrel is not in effect." (and (match_code "symbol_ref,label_ref,const") - (match_test "!flag_pic"))) + (match_test "!TARGET_PCREL") + (match_test "!flag_pic || LEGITIMATE_PIC_OPERAND_P (op)"))) (define_memory_constraint "Q" "Means address register indirect addressing mode." |