From c063dc9813c9aecef8db565e265d76668f8c8fae Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 15 Sep 1999 21:41:16 +0000 Subject: gbl-ctors.h: Lose HAVE_ATEXIT. * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT. * libgcc2.c: Lose obsolete defn of WEAK_ALIAS. (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT. (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl. (atexit, exit): Simplify. * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT. * config/lots: Remove defns of HAVE_ATEXIT. From-SVN: r29439 --- gcc/config/netbsd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/config/netbsd.h') diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 0fb4d40..7ba135b 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -66,10 +66,6 @@ (DEFAULT_SWITCH_TAKES_ARG(CHAR) \ || (CHAR) == 'R') -/* We have atexit(3). */ - -#define HAVE_ATEXIT - /* Implicit library calls should use memcpy, not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS -- cgit v1.1