aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-10 19:06:12 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-10 19:06:12 -0500
commitef0e53ce936f567b56f89b567f114c11d6441582 (patch)
tree5eedc4c7107ab0d17730ef9ef2cd85c99bfb0165 /gcc/config/mips
parentf13703f913b10683035d1e73c17313edc6918086 (diff)
downloadgcc-ef0e53ce936f567b56f89b567f114c11d6441582.zip
gcc-ef0e53ce936f567b56f89b567f114c11d6441582.tar.gz
gcc-ef0e53ce936f567b56f89b567f114c11d6441582.tar.bz2
Replace MAX_UNITS_PER_WORD with MIN_UNITS_PER_WORD.
From-SVN: r8904
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index fd6e25d..e395855 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -967,7 +967,7 @@ do { \
/* Width of a word, in units (bytes). */
#define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
-#define MAX_UNITS_PER_WORD 8
+#define MIN_UNITS_PER_WORD 4
/* For MIPS, width of a floating point register. */
#define UNITS_PER_FPREG (TARGET_FLOAT64 ? 8 : 4)