diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-18 23:58:21 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-18 23:58:21 +0000 |
commit | 9e9b9afe4c70bfb0126b669f26423785eea8beca (patch) | |
tree | 7e1a8332652f11d7ac0e018602c70ca12e95948b /gcc/config/netware.h | |
parent | 20d380b15db740b9a998f5c64b52333f3f8d55c2 (diff) | |
download | gcc-9e9b9afe4c70bfb0126b669f26423785eea8beca.zip gcc-9e9b9afe4c70bfb0126b669f26423785eea8beca.tar.gz gcc-9e9b9afe4c70bfb0126b669f26423785eea8beca.tar.bz2 |
config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
* 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.
From-SVN: r38370
Diffstat (limited to 'gcc/config/netware.h')
-rw-r--r-- | gcc/config/netware.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/netware.h b/gcc/config/netware.h index 58386a1..a28a9d0 100644 --- a/gcc/config/netware.h +++ b/gcc/config/netware.h @@ -1,6 +1,6 @@ /* netware.h -- operating system specific defines to be used when targeting GCC for some generic NetWare 4 system. - Copyright (C) 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 2000 Free Software Foundation, Inc. Written by David V. Henkel-Wallace (gumby@cygnus.com) @@ -63,8 +63,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS, SELECT_SECTION, and SELECT_RTX_SECTION. We do both here just to be on the safe side. */ -#define HAVE_ATEXIT - #undef HAS_INIT_SECTION #undef INIT_SECTION_ASM_OP |