aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/freebsd.h
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-12-18 23:58:21 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-12-18 23:58:21 +0000
commit9e9b9afe4c70bfb0126b669f26423785eea8beca (patch)
tree7e1a8332652f11d7ac0e018602c70ca12e95948b /gcc/config/freebsd.h
parent20d380b15db740b9a998f5c64b52333f3f8d55c2 (diff)
downloadgcc-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/freebsd.h')
-rw-r--r--gcc/config/freebsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h
index 7e8f035..f7cea4b 100644
--- a/gcc/config/freebsd.h
+++ b/gcc/config/freebsd.h
@@ -136,6 +136,3 @@ do { \
/* Handle #pragma weak and #pragma pack. */
#define HANDLE_SYSV_PRAGMA
-
-/* Tell libgcc2.c that FreeBSD targets support atexit(3). */
-#define HAVE_ATEXIT