From: Richard Kenner Date: Tue, 9 May 1995 22:25:08 +0000 (-0400) Subject: Use in #include. X-Git-Tag: misc/cutover-egcs-0~4355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f17dfa938d111e9b48a986660221863ec65df872;p=thirdparty%2Fgcc.git Use in #include. From-SVN: r9603 --- diff --git a/gcc/config/i386/linux-aout.h b/gcc/config/i386/linux-aout.h index f975d8c22939..5dba22e84211 100644 --- a/gcc/config/i386/linux-aout.h +++ b/gcc/config/i386/linux-aout.h @@ -21,8 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is tested by i386/gas.h. */ #define YES_UNDERSCORES -#include "i386/gstabs.h" -#include "linux-aout.h" /* some common stuff */ +#include +#include /* some common stuff */ /* Specify predefined symbols in preprocessor. */ diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index e2a37839dffa..f17565fd3902 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -24,10 +24,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* A lie, I guess, but the general idea behind linux/ELF is that we are supposed to be outputting something that will assemble under SVr4. This gets us pretty close. */ -#include "i386/i386.h" /* Base i386 target machine definitions */ -#include "i386/att.h" /* Use the i386 AT&T assembler syntax */ -/* We cannot use "linux.h" here because that gets this file itself. */ -#include "config/linux.h" /* some common stuff */ +#include /* Base i386 target machine definitions */ +#include /* Use the i386 AT&T assembler syntax */ +#include /* some common stuff */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 Linux/ELF)"); diff --git a/gcc/config/i386/lynx.h b/gcc/config/i386/lynx.h index 0a31801e8b53..653072408277 100644 --- a/gcc/config/i386/lynx.h +++ b/gcc/config/i386/lynx.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running LynxOS. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "i386/gstabs.h" -#include "lynx.h" +#include +#include #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(i386) -Amachine(i386)" diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index c67c94079086..475d9b26befc 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -4,13 +4,13 @@ /* This is tested by i386gas.h. */ #define YES_UNDERSCORES -#include "i386/gstabs.h" +#include /* Get perform_* macros to build libgcc.a. */ -#include "i386/perform.h" +#include /* Get generic NetBSD definitions. */ -#include "netbsd.h" +#include #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -Di386 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)" diff --git a/gcc/config/i386/xm-lynx.h b/gcc/config/i386/xm-lynx.h index 712de226a284..848fb1419c58 100644 --- a/gcc/config/i386/xm-lynx.h +++ b/gcc/config/i386/xm-lynx.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "xm-lynx.h" +#include /* This describes the machine the compiler is hosted on. */ #define HOST_BITS_PER_CHAR 8 diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h index c8cb7dcf99a6..046d81cd50a3 100644 --- a/gcc/config/m68k/lynx.h +++ b/gcc/config/m68k/lynx.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "m68k/m68k.h" -#include "m68k/coff.h" +#include +#include #undef CTORS_SECTION_ASM_OP #undef DTORS_SECTION_ASM_OP @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_LONG ".long" -#include "lynx.h" +#include /* See m68k.h. 7 means 68020 with 68881. */ diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 1fc596134784..69a1eb08bb59 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/m68k/netbsd.h @@ -1,8 +1,8 @@ -#include "m68k/m68k.h" +#include /* Get generic NetBSD definitions. */ -#include "netbsd.h" +#include /* See m68k.h. 7 means 68020 with 68881. */ diff --git a/gcc/config/m68k/xm-lynx.h b/gcc/config/m68k/xm-lynx.h index d327922d15ab..963f53309603 100644 --- a/gcc/config/m68k/xm-lynx.h +++ b/gcc/config/m68k/xm-lynx.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for all platforms running LynxOS. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "xm-lynx.h" +#include /* This describes the machine the compiler is hosted on. */ #define HOST_BITS_PER_CHAR 8 diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h index 279b6dda06d9..334df6564f66 100644 --- a/gcc/config/ns32k/netbsd.h +++ b/gcc/config/ns32k/netbsd.h @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "ns32k/ns32k.h" +#include /* Compile for the floating point unit & 32532 by default; Don't assume SB is zero; @@ -62,7 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. #define MOVD_FLOAT_OK /* Get generic NetBSD definitions. */ -#include "netbsd.h" +#include /* Names to predefine in the preprocessor for this target machine. */ diff --git a/gcc/config/rs6000/lynx.h b/gcc/config/rs6000/lynx.h index 0e57d221b143..9fba7cd05b6a 100644 --- a/gcc/config/rs6000/lynx.h +++ b/gcc/config/rs6000/lynx.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "lynx.h" +#include /* Definitions we want to override with those from rs6000.h: */ #undef LIB_SPEC @@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef FUNCTION_PROFILER -#include "rs6000/rs6000.h" +#include /* LynxOS has signed chars, regardless of what most R/S 6000 systems do */ #undef DEFAULT_SIGNED_CHAR diff --git a/gcc/config/rs6000/xm-lynx.h b/gcc/config/rs6000/xm-lynx.h index f9d96b52f23a..6dbb394ee5a8 100644 --- a/gcc/config/rs6000/xm-lynx.h +++ b/gcc/config/rs6000/xm-lynx.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "xm-lynx." +#include /* This describes the machine the compiler is hosted on. */ #define HOST_BITS_PER_CHAR 8 diff --git a/gcc/config/sparc/lynx.h b/gcc/config/sparc/lynx.h index 292e89b6700a..e9ad243cbdfd 100644 --- a/gcc/config/sparc/lynx.h +++ b/gcc/config/sparc/lynx.h @@ -1,5 +1,5 @@ /* Definitions for SPARC running LynxOS. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "sparc/sparc.h" +#include #undef ASM_OUTPUT_IDENT #undef SELECT_SECTION @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define BSS_SECTION_ASM_OP ".section\t\".bss\"" -#include "lynx.h" +#include /* ??? Must redefine to get sparclite and v8 defines. Can this be done differently? */ diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index a4dd22ab57b0..3e721af781d5 100644 --- a/gcc/config/sparc/netbsd.h +++ b/gcc/config/sparc/netbsd.h @@ -1,8 +1,8 @@ -#include "sparc/sparc.h" +#include /* Get generic NetBSD definitions. */ -#include "netbsd.h" +#include /* Names to predefine in the preprocessor for this target machine. */ diff --git a/gcc/config/sparc/xm-lynx.h b/gcc/config/sparc/xm-lynx.h index 3bfd16735e00..f0acae9aa528 100644 --- a/gcc/config/sparc/xm-lynx.h +++ b/gcc/config/sparc/xm-lynx.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "xm-lynx.h" +#include /* This describes the machine the compiler is hosted on. */ #define HOST_BITS_PER_CHAR 8 diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h index ec3dcdf444c3..a01fff2b8b8c 100644 --- a/gcc/config/vax/netbsd.h +++ b/gcc/config/vax/netbsd.h @@ -1,5 +1,5 @@ -#include "vax/vax.h" -#include "netbsd.h" +#include +#include #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"