From d721b77656efcaf059a1cb7c3b703910b67bacd3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 19 Oct 1993 19:25:31 -0400 Subject: [PATCH] (HAVE_ATEXIT): New macro. From-SVN: r5815 --- gcc/config/alpha/alpha.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 656a7192023..48337b278bd 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -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, -- 2.30.2