]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 19:24:53 +0000 (19:24 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 19:24:53 +0000 (19:24 +0000)
From-SVN: r715

gcc/config/mips/iris3.h

index 5358c795e31a232809488950be711603fc7d430a..b169461d1b795688074d376ba48f423a8b79baa8 100644 (file)
@@ -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"