summaryrefslogtreecommitdiff
path: root/gcc/config/i386/sco5.h
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-15 21:41:16 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-15 21:41:16 +0000
commit3da2e0975b47ddd9ac4c762a4263c2ac7dba4379 (patch)
tree43a34e737f568cf4befde4eaa3fc41de57b903c4 /gcc/config/i386/sco5.h
parentcaa1595af210314675316780a6964d54a46c306d (diff)
downloadgcc-3da2e0975b47ddd9ac4c762a4263c2ac7dba4379.tar.gz
* 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
Diffstat (limited to 'gcc/config/i386/sco5.h')
-rw-r--r--gcc/config/i386/sco5.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h
index 3aae13d613e..9bd348e797e 100644
--- a/gcc/config/i386/sco5.h
+++ b/gcc/config/i386/sco5.h
@@ -940,7 +940,6 @@ compiler at the end of the day. Onward we go ...
#if defined(CRT_BEGIN) || defined(CRT_END) || defined(IN_LIBGCC2)
# undef OBJECT_FORMAT_ELF
-# undef HAVE_ATEXIT
# undef INIT_SECTION_ASM_OP
# undef FINI_SECTION_ASM_OP
# undef CTORS_SECTION_ASM_OP
@@ -952,7 +951,6 @@ compiler at the end of the day. Onward we go ...
# if defined (_SCO_ELF)
# define OBJECT_FORMAT_ELF
-# define HAVE_ATEXIT 1
# define INIT_SECTION_ASM_OP INIT_SECTION_ASM_OP_ELF
# define FINI_SECTION_ASM_OP FINI_SECTION_ASM_OP_ELF
# define DTORS_SECTION_ASM_OP DTORS_SECTION_ASM_OP_ELF