From 0310ba22cad44dd5fa1d13002acf8b69044cb598 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 11 Mar 1992 00:00:31 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r430 --- gcc/config/m68k/3b1.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/m68k/3b1.h b/gcc/config/m68k/3b1.h index 575b994051c..e308aa03f86 100644 --- a/gcc/config/m68k/3b1.h +++ b/gcc/config/m68k/3b1.h @@ -100,6 +100,10 @@ output_file_directive ((FILE), main_input_filename) #define __PTR_TO_INT(P) ((int)(P)) #define __INT_TO_PTR(P) ((char *)(P)) +/* The 3b1 does not have `atexit'. */ + +#undef HAVE_ATEXIT + /* Override parts of m68k.h to fit the SGS-3b1 assembler. */ #undef TARGET_VERSION -- 2.30.2