gbl-ctors.h: Lose HAVE_ATEXIT.
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 15 Sep 1999 21:41:16 +0000 (21:41 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Sep 1999 21:41:16 +0000 (17:41 -0400)
commitc063dc9813c9aecef8db565e265d76668f8c8fae
tree43a34e737f568cf4befde4eaa3fc41de57b903c4
parent19832c7774e145cd1e545d1fb322d9397ffa17bc
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
75 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/arc/arc.h
gcc/config/arm/coff.h
gcc/config/arm/linux-elf.h
gcc/config/arm/linux-telf.h
gcc/config/arm/riscix.h
gcc/config/arm/riscix1-1.h
gcc/config/arm/tcoff.h
gcc/config/arm/telf.h
gcc/config/arm/thumb.h
gcc/config/arm/tpe.h
gcc/config/arm/unknown-elf.h
gcc/config/c4x/c4x.h
gcc/config/clipper/clix.h
gcc/config/elfos.h
gcc/config/gnu.h
gcc/config/i386/386bsd.h
gcc/config/i386/cygwin.h
gcc/config/i386/djgpp.h
gcc/config/i386/freebsd.h
gcc/config/i386/i386-interix.h
gcc/config/i386/linux.h
gcc/config/i386/osfrose.h
gcc/config/i386/sco.h
gcc/config/i386/sco5.h
gcc/config/i386/scodbx.h
gcc/config/i386/seq-sysv3.h
gcc/config/i386/seq2-sysv3.h
gcc/config/i386/win-nt.h
gcc/config/i386/win32.h
gcc/config/i860/fx2800.h
gcc/config/i860/paragon.h
gcc/config/interix.h
gcc/config/linux-aout.h
gcc/config/linux.h
gcc/config/lynx-ng.h
gcc/config/lynx.h
gcc/config/m68k/3b1.h
gcc/config/m68k/a-ux.h
gcc/config/m68k/apollo68.h
gcc/config/m68k/dpx2.h
gcc/config/m68k/hp320.h
gcc/config/m68k/mot3300.h
gcc/config/m88k/sysv3.h
gcc/config/mips/iris4.h
gcc/config/mips/linux.h
gcc/config/mips/netbsd.h
gcc/config/mips/osfrose.h
gcc/config/mips/sni-svr4.h
gcc/config/mips/svr4-4.h
gcc/config/mips/svr4-5.h
gcc/config/mips/ultrix.h
gcc/config/netbsd.h
gcc/config/nextstep.h
gcc/config/ns32k/pc532-min.h
gcc/config/openbsd.h
gcc/config/pa/pa.h
gcc/config/psos.h
gcc/config/ptx4.h
gcc/config/rs6000/mach.h
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/xm-beos.h
gcc/config/sh/sh.h
gcc/config/sparc/linux-aout.h
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/config/sparc/sunos4.h
gcc/config/svr4.h
gcc/config/vax/ultrix.h
gcc/config/vax/vms.h
gcc/config/xm-linux.h
gcc/gbl-ctors.h
gcc/libgcc2.c
gcc/tm.texi