define NO_IMPLICIT_EXTERN_C

From-SVN: r29230
This commit is contained in:
Scott Bambrough 1999-09-09 09:12:03 +00:00 committed by Nick Clifton
parent d09b562cb1
commit 7bfcb18070
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-09-09 Scott Bambrough <scottb@netwinder.org>
* config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
* toplev.c (main): Always init_ggc.

View File

@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA. */
/* Run-time Target Specification. */
#define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr);
/* Do not assume anything about header files. */
#define NO_IMPLICIT_EXTERN_C
/* We have libgcc2. */
#define HAVE_ATEXIT