diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-19 03:01:34 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-19 03:01:34 +0000 |
commit | a89ee6a1c771366079e8716c4c668508319f23ae (patch) | |
tree | 76b2d101b6e138f618508ebfdb27adeb079065ac | |
parent | 24ef67fac3b8315618208fe50c068538df822941 (diff) | |
download | gcc-a89ee6a1c771366079e8716c4c668508319f23ae.zip gcc-a89ee6a1c771366079e8716c4c668508319f23ae.tar.gz gcc-a89ee6a1c771366079e8716c4c668508319f23ae.tar.bz2 |
entered into RCS
From-SVN: r1015
-rw-r--r-- | gcc/config/mips/iris3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 455dceb..8536b1e 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -93,4 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS +/* Plain char is unsigned in the SGI compiler. */ +#define DEFAULT_SIGNED_CHAR 0 + #include "mips.h" |