From: Michael Meissner Date: Fri, 10 Apr 1992 19:24:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab0b8edf8cab0423726b1e8bbb512ee6f681866a;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r715 --- diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 5358c795e31a..b169461d1b79 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -84,11 +84,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_DOLLAR_IN_LABEL 1 - /* Specify size_t, ptrdiff_t, and wchar_t types. */ #define SIZE_TYPE "unsigned int" #define PTRDIFF_TYPE "int" #define WCHAR_TYPE "unsigned char" #define WCHAR_TYPE_SIZE BITS_PER_UNIT +/* Use atexit for static constructors/destructors, instead of defining + our own exit function. */ +#define HAVE_ATEXIT + #include "mips.h"