diff options
author | Jason Merrill <jason@yorick.cygnus.com> | 1999-09-15 21:41:16 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-09-15 17:41:16 -0400 |
commit | c063dc9813c9aecef8db565e265d76668f8c8fae (patch) | |
tree | 43a34e737f568cf4befde4eaa3fc41de57b903c4 /gcc/config/openbsd.h | |
parent | 19832c7774e145cd1e545d1fb322d9397ffa17bc (diff) | |
download | gcc-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/openbsd.h')
-rw-r--r-- | gcc/config/openbsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index e95fbda..60ebfab 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -139,9 +139,6 @@ Boston, MA 02111-1307, USA. */ /* Miscellaneous parameters. */ -/* Tell libgcc2.c that OpenBSD targets support atexit. */ -#define HAVE_ATEXIT - /* Controlling debugging info: dbx options. */ /* Don't use the `xsTAG;' construct in DBX output; OpenBSD systems that |