From: Richard Stallman Date: Tue, 19 May 1992 03:01:34 +0000 (+0000) Subject: entered into RCS X-Git-Tag: misc/cutover-egcs-0~12916 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a89ee6a1c771366079e8716c4c668508319f23ae;p=thirdparty%2Fgcc.git entered into RCS From-SVN: r1015 --- diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 455dceb367ad..8536b1e1fd71 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"