diff options
Diffstat (limited to 'gcc/config/i386/i386-aout.h')
-rw-r--r-- | gcc/config/i386/i386-aout.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/i386/i386-aout.h b/gcc/config/i386/i386-aout.h index 7385bec6d7c..824414fcc18 100644 --- a/gcc/config/i386/i386-aout.h +++ b/gcc/config/i386/i386-aout.h @@ -1,7 +1,7 @@ /* Definitions for "naked" Intel 386 using a.out (or coff encap'd a.out) object format and stabs debugging info. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 2002 Free Software Foundation, Inc. This file is part of GNU CC. @@ -21,10 +21,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This is tested by gas.h. */ -#define YES_UNDERSCORES - -#include "i386/gstabs.h" +#define TARGET_VERSION fprintf (stderr, " (80386, BSD a.out syntax)"); /* Specify predefined symbols in preprocessor. */ |