From: Richard Stallman Date: Wed, 25 Nov 1992 21:24:57 +0000 (+0000) Subject: (HAVE_ATEXIT): Commented out. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=579922c1aab24002f0c394546354f416c18eb496;p=gcc.git (HAVE_ATEXIT): Commented out. From-SVN: r2798 --- diff --git a/gcc/config/m68k/apollo68.h b/gcc/config/m68k/apollo68.h index e8cdc081600..cd5f5843720 100644 --- a/gcc/config/m68k/apollo68.h +++ b/gcc/config/m68k/apollo68.h @@ -121,7 +121,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We have atexit(2). So C++ can use it for global destructors. */ +#if 0 /* troy@cbme.unsw.edu.au says people are still using sr10.2 + and it does not support atexit. */ #define HAVE_ATEXIT +#endif /* Every structure or union's size must be a multiple of 2 bytes. */