From 11cd7d778761c09a08bd32fbff2bc9156c300185 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Mon, 18 Dec 2000 23:58:21 +0000 Subject: * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING. * tm.texi (EXIT_BODY): Update documentation. * config/freebsd.h, config/netware.h, config/arm/coff.h, config/arm/conix-elf.h, config/arm/unknown-elf.h, config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h, sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some commented out) and associated comments. f: * com.c [VMS]: Remove definition of BSTRING. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38370 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/d30v/d30v.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/config/d30v') diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index d05d2948c97..e82b3fe53f2 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -6041,13 +6041,6 @@ fprintf (STREAM, "\t.word .L%d\n", VALUE) `main'. */ /* #define DEFAULT_MAIN_RETURN */ -/* Define this if the target system supports the function `atexit' from the - ANSI C standard. If this is not defined, and `INIT_SECTION_ASM_OP' is not - defined, a default `exit' function will be provided to support C++. - - Defined by svr4.h */ -/* #define HAVE_ATEXIT */ - /* Define this if your `exit' function needs to do something besides calling an external function `_cleanup' before terminating with `_exit'. The `EXIT_BODY' macro is only needed if netiher `HAVE_ATEXIT' nor -- cgit v1.2.1