From: Richard Stallman Date: Tue, 19 May 1992 03:01:34 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a89ee6a1c771366079e8716c4c668508319f23ae;p=gcc.git entered into RCS From-SVN: r1015 --- diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 455dceb367a..8536b1e1fd7 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"