(HAVE_ATEXIT): New macro.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 19 Oct 1993 23:25:31 +0000 (19:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 19 Oct 1993 23:25:31 +0000 (19:25 -0400)
From-SVN: r5815

gcc/config/alpha/alpha.h

index 656a719202361ad5531a55e34856bcbfcf81b292..48337b278bdd178a2093d34e8540b74606dba68f 100644 (file)
@@ -1285,6 +1285,10 @@ extern char *current_function_name;
    few bits. */
 #define SHIFT_COUNT_TRUNCATED 1
 
+/* Use atexit for static constructors/destructors, instead of defining
+   our own exit function.  */
+#define HAVE_ATEXIT
+
 /* Compute the cost of computing a constant rtl expression RTX
    whose rtx-code is CODE.  The body of this macro is a portion
    of a switch statement.  If the code is computed here,