aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ns32k
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1999-09-15 21:41:16 +0000
committerJason Merrill <jason@gcc.gnu.org>1999-09-15 17:41:16 -0400
commitc063dc9813c9aecef8db565e265d76668f8c8fae (patch)
tree43a34e737f568cf4befde4eaa3fc41de57b903c4 /gcc/config/ns32k
parent19832c7774e145cd1e545d1fb322d9397ffa17bc (diff)
downloadgcc-c063dc9813c9aecef8db565e265d76668f8c8fae.zip
gcc-c063dc9813c9aecef8db565e265d76668f8c8fae.tar.gz
gcc-c063dc9813c9aecef8db565e265d76668f8c8fae.tar.bz2
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
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r--gcc/config/ns32k/pc532-min.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/ns32k/pc532-min.h b/gcc/config/ns32k/pc532-min.h
index 9d3d5de..d5f4ad1 100644
--- a/gcc/config/ns32k/pc532-min.h
+++ b/gcc/config/ns32k/pc532-min.h
@@ -1,7 +1,7 @@
/* Definitions of target machine for GNU compiler.
PC532 with National 32532, running Minix.
Works with pc532 Minix 1.5hybrid.
- Copyright (C) 1990 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1999 Free Software Foundation, Inc.
Derived from SEQUENT NS32000, written originally
by Bruce Culbertson <culberts@hplabs.hp.com>,
@@ -35,7 +35,3 @@ Boston, MA 02111-1307, USA. */
call-saved-regs in a function calling setjmp */
#define NON_SAVING_SETJMP (current_function_calls_setjmp)
-
-/* at least with estdio there's no _cleanup() but we have atexit() */
-
-#define HAVE_ATEXIT