aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arc
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/arc
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/arc')
-rw-r--r--gcc/config/arc/arc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h
index 8135198..afdaa15 100644
--- a/gcc/config/arc/arc.h
+++ b/gcc/config/arc/arc.h
@@ -1609,12 +1609,6 @@ extern void arc_set_default_type_attributes ();
#define SET_DEFAULT_TYPE_ATTRIBUTES(TYPE) \
arc_set_default_type_attributes (TYPE)
-/* Define this if the target system supports the function
- atexit from the ANSI C standard. If this is not defined,
- and INIT_SECTION_ASM_OP is not defined, a default
- exit function will be provided to support C++. */
-#define HAVE_ATEXIT
-
/* alloca should avoid clobbering the old register save area. */
/* ??? Not defined in tm.texi. */
#define SETJMP_VIA_SAVE_AREA