aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu.h
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1999-09-15 21:41:16 +0000
committerJason Merrill <jason@yorick.cygnus.com>1999-09-15 21:41:16 +0000
commitc0d08308e12328f36933fd458e0a2f4fcdbb7026 (patch)
tree43a34e737f568cf4befde4eaa3fc41de57b903c4 /gcc/config/gnu.h
parent479e3fe33d8cd9aed2b9e2801b043104955923c7 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@29439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r--gcc/config/gnu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index d1691646e5a..1f4b93ac036 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -12,10 +12,6 @@
#undef STANDARD_INCLUDE_DIR
#define STANDARD_INCLUDE_DIR "/include"
-
-/* We have atexit. */
-#define HAVE_ATEXIT
-
/* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS