summaryrefslogtreecommitdiff
path: root/gcc/config/tahoe
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-10-11 11:43:24 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-10-11 11:43:24 +0000
commitd78882c8e8d185501c05ec7567607419ed6216ea (patch)
treea1f98e8f57a97ff13679fc0d68831da5aa703070 /gcc/config/tahoe
parentb71840e3fb878aa640e17b2f9ce337df11000d92 (diff)
downloadgcc-d78882c8e8d185501c05ec7567607419ed6216ea.tar.gz
Define SHIFT_COUNT_TRUNCATED to have a value of 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5732 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/tahoe')
-rw-r--r--gcc/config/tahoe/tahoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tahoe/tahoe.h b/gcc/config/tahoe/tahoe.h
index 2f32ddeb1f4..607c98824a2 100644
--- a/gcc/config/tahoe/tahoe.h
+++ b/gcc/config/tahoe/tahoe.h
@@ -621,7 +621,7 @@ enum reg_class {NO_REGS,GENERAL_REGS,FPP_REG,ALL_REGS,LIM_REG_CLASSES};
/* any bits higher than the low 4 are ignored in the shift count */
/* so don't bother zero extending or sign extending them */
-#define SHIFT_COUNT_TRUNCATED
+#define SHIFT_COUNT_TRUNCATED 1
/* we don't need to officially convert from one fixed type to another */
/* in order to use it as that type. We can just assume it's the same */