summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-02 03:01:54 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-02 03:01:54 +0000
commit9ab9d8af329b4f99b807b65efb8fd4fb4246549d (patch)
tree5b1f6d40fb08a3721ac701107393f7f79b82b0ab
parent92bc608f1ff6ddbcffc2cf10b3873f0e6faef25a (diff)
downloadgcc-9ab9d8af329b4f99b807b65efb8fd4fb4246549d.tar.gz
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55968 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/rs6000/rs6000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index 86e0917198a..647e5b045fb 100644
--- a/gcc/config/rs6000/rs6000.h
+++ b/gcc/config/rs6000/rs6000.h
@@ -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 \