From 3da2e0975b47ddd9ac4c762a4263c2ac7dba4379 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 15 Sep 1999 21:41:16 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29439 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/lynx.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gcc/config/lynx.h') diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 62c790b6bfb..beac4491919 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -1,5 +1,5 @@ /* Target independent definitions for LynxOS. - Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -122,11 +122,6 @@ do { \ warning ("-msystem-v and -mthreads are incompatible"); \ } while (0) -/* Define this so that C++ destructors will use atexit, since LynxOS - calls exit after main returns. */ - -#define HAVE_ATEXIT - /* Since init.o et al put all sorts of stuff into the init section, we can't use the standard init section support in crtbegin.o. */ -- cgit v1.2.1