diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-11 00:00:31 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-11 00:00:31 +0000 |
commit | 0310ba22cad44dd5fa1d13002acf8b69044cb598 (patch) | |
tree | 7597d5fccc291257cef81a68c7d4e7515c45cf12 /gcc/config/m68k/3b1.h | |
parent | c92c981ad9f391a7248516170c9d71032af4a95e (diff) | |
download | gcc-0310ba22cad44dd5fa1d13002acf8b69044cb598.tar.gz |
*** empty log message ***
From-SVN: r430
Diffstat (limited to 'gcc/config/m68k/3b1.h')
-rw-r--r-- | gcc/config/m68k/3b1.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |