Commit 7bfcb180 by Scott Bambrough Committed by Nick Clifton

define NO_IMPLICIT_EXTERN_C

From-SVN: r29230
parent d09b562c
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> Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
* toplev.c (main): Always init_ggc. * toplev.c (main): Always init_ggc.
......
...@@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA. */
/* Run-time Target Specification. */ /* Run-time Target Specification. */
#define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr); #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. */ /* We have libgcc2. */
#define HAVE_ATEXIT #define HAVE_ATEXIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment