diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-25 21:24:57 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-25 21:24:57 +0000 |
commit | 579922c1aab24002f0c394546354f416c18eb496 (patch) | |
tree | b042086a6d044b73330fbd51821f4fe7378ef2c9 /gcc | |
parent | abd418d31ff128278eefebb5bdfa39aba68b42c4 (diff) | |
download | gcc-579922c1aab24002f0c394546354f416c18eb496.zip gcc-579922c1aab24002f0c394546354f416c18eb496.tar.gz gcc-579922c1aab24002f0c394546354f416c18eb496.tar.bz2 |
(HAVE_ATEXIT): Commented out.
From-SVN: r2798
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/apollo68.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/apollo68.h b/gcc/config/m68k/apollo68.h index e8cdc08..cd5f584 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. */ |