aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-05-19 03:06:59 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-05-19 03:06:59 +0000
commit6639753e2647f8f9b2a573f90ea5b6635e22d55c (patch)
treec015c05b6b5e7213fcb80ddb30295b35d53e3cd1
parenta89ee6a1c771366079e8716c4c668508319f23ae (diff)
downloadgcc-6639753e2647f8f9b2a573f90ea5b6635e22d55c.zip
gcc-6639753e2647f8f9b2a573f90ea5b6635e22d55c.tar.gz
gcc-6639753e2647f8f9b2a573f90ea5b6635e22d55c.tar.bz2
*** empty log message ***
From-SVN: r1016
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 831a099..041ab49 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -2132,7 +2132,9 @@ while (0)
#define EASY_DIV_EXPR TRUNC_DIV_EXPR
/* Define this as 1 if `char' should by default be signed; else as 0. */
+#ifndef DEFAULT_SIGNED_CHAR
#define DEFAULT_SIGNED_CHAR 1
+#endif
/* Max number of bytes we can move from memory to memory
in one reasonably fast instruction. */