diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-18 23:58:21 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-18 23:58:21 +0000 |
commit | 11cd7d778761c09a08bd32fbff2bc9156c300185 (patch) | |
tree | 7e1a8332652f11d7ac0e018602c70ca12e95948b /gcc/config/d30v | |
parent | 3f78a936c0f7ae644a1f90dc78a0e2bb6c57ec15 (diff) | |
download | gcc-11cd7d778761c09a08bd32fbff2bc9156c300185.tar.gz |
* 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
Diffstat (limited to 'gcc/config/d30v')
-rw-r--r-- | gcc/config/d30v/d30v.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |