diff options
Diffstat (limited to 'gcc/config/arm/riscix.h')
-rw-r--r-- | gcc/config/arm/riscix.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index fad0293337a..37bd1fe313c 100644 --- a/gcc/config/arm/riscix.h +++ b/gcc/config/arm/riscix.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. ARM RISCiX version. - Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1997, 1999 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe11@cl.cam.ac.uk), based on original work by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). @@ -95,12 +95,6 @@ Boston, MA 02111-1307, USA. */ /* Unsigned chars produces much better code than signed. */ #define DEFAULT_SIGNED_CHAR 0 -/* Define this if the target system supports the function atexit from the - ANSI C standard. If this is not defined, and INIT_SECTION_ASM_OP is not - defined, a default exit function will be provided to support C++. - The man page only describes on_exit, but atexit is also there. */ -#define HAVE_ATEXIT 1 - /* Some systems use __main in a way incompatible with its use in gcc, in these cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to give the same symbol without quotes for an alternative entry point. You |