diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-15 21:41:16 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-15 21:41:16 +0000 |
commit | 3da2e0975b47ddd9ac4c762a4263c2ac7dba4379 (patch) | |
tree | 43a34e737f568cf4befde4eaa3fc41de57b903c4 /gcc/config/psos.h | |
parent | caa1595af210314675316780a6964d54a46c306d (diff) | |
download | ppe42-gcc-3da2e0975b47ddd9ac4c762a4263c2ac7dba4379.tar.gz ppe42-gcc-3da2e0975b47ddd9ac4c762a4263c2ac7dba4379.zip |
* 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/psos.h')
-rw-r--r-- | gcc/config/psos.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/psos.h b/gcc/config/psos.h index d4043002a1c..23a41e1d132 100644 --- a/gcc/config/psos.h +++ b/gcc/config/psos.h @@ -1,7 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for some embedded system running pSOS. We assume GNU tools with ELF, but try to maintain compatibility with the MRI tools. Based on svr4.h. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -175,9 +175,3 @@ dtors_section () \ /* For pSOS we use DBX debugging info. */ #define DBX_DEBUGGING_INFO - - -/* Prevent generation of an exit function. */ - -#define HAVE_ATEXIT - |