(LEGITIMATE_INDEX_P): Coldfire does not have scale by 8 addressing modes.

From-SVN: r12528
This commit is contained in:
Richard Kenner 1996-07-19 09:47:28 -04:00
parent 664967bb7a
commit 1c4e4dc486
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ __transfer_from_trampoline () \
&& GET_CODE (XEXP (X, 1)) == CONST_INT \
&& (INTVAL (XEXP (X, 1)) == 2 \
|| INTVAL (XEXP (X, 1)) == 4 \
|| INTVAL (XEXP (X, 1)) == 8)))
|| (INTVAL (XEXP (X, 1)) == 8 && !TARGET_5200))))
/* If pic, we accept INDEX+LABEL, which is what do_tablejump makes. */
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR) \