From-SVN: r55968
This commit is contained in:
Aldy Hernandez 2002-08-02 03:01:54 +00:00
parent f4857b9b42
commit 88c3865996

View File

@ -2030,7 +2030,7 @@ typedef struct rs6000_args
#define TOC_RELATIVE_EXPR_P(X) (toc_relative_expr_p (X))
/* SPE offset addressing is limited to 5-bits worth of double words. */
#define SPE_CONST_OFFSET_OK(x) (((x) & ~0xff) == 0)
#define SPE_CONST_OFFSET_OK(x) (((x) & ~0xf8) == 0)
#define LEGITIMATE_CONSTANT_POOL_ADDRESS_P(X) \
(TARGET_TOC \