diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-19 19:25:31 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-19 19:25:31 -0400 |
commit | d721b77656efcaf059a1cb7c3b703910b67bacd3 (patch) | |
tree | 89091727ee169dca88915d8a95f58509958cde23 /gcc/config/alpha | |
parent | ca76982841fd54733f9d6e9cb380453675978204 (diff) | |
download | gcc-d721b77656efcaf059a1cb7c3b703910b67bacd3.zip gcc-d721b77656efcaf059a1cb7c3b703910b67bacd3.tar.gz gcc-d721b77656efcaf059a1cb7c3b703910b67bacd3.tar.bz2 |
(HAVE_ATEXIT): New macro.
From-SVN: r5815
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/alpha.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 656a719..48337b2 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, |