Commit f17dfa93 by Richard Kenner

Use <xxx> in #include.

From-SVN: r9603
parent e24bbdfe
...@@ -21,8 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -21,8 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* This is tested by i386/gas.h. */ /* This is tested by i386/gas.h. */
#define YES_UNDERSCORES #define YES_UNDERSCORES
#include "i386/gstabs.h" #include <i386/gstabs.h>
#include "linux-aout.h" /* some common stuff */ #include <linux-aout.h> /* some common stuff */
/* Specify predefined symbols in preprocessor. */ /* Specify predefined symbols in preprocessor. */
......
...@@ -24,10 +24,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -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 /* 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. supposed to be outputting something that will assemble under SVr4.
This gets us pretty close. */ This gets us pretty close. */
#include "i386/i386.h" /* Base i386 target machine definitions */ #include <i386/i386.h> /* Base i386 target machine definitions */
#include "i386/att.h" /* Use the i386 AT&T assembler syntax */ #include <i386/att.h> /* Use the i386 AT&T assembler syntax */
/* We cannot use "linux.h" here because that gets this file itself. */ #include <linux.h> /* some common stuff */
#include "config/linux.h" /* some common stuff */
#undef TARGET_VERSION #undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i386 Linux/ELF)"); #define TARGET_VERSION fprintf (stderr, " (i386 Linux/ELF)");
......
/* Definitions for Intel 386 running LynxOS. /* 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. This file is part of GNU CC.
...@@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/gstabs.h" #include <i386/gstabs.h>
#include "lynx.h" #include <lynx.h>
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(i386) -Amachine(i386)" #define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(i386) -Amachine(i386)"
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
/* This is tested by i386gas.h. */ /* This is tested by i386gas.h. */
#define YES_UNDERSCORES #define YES_UNDERSCORES
#include "i386/gstabs.h" #include <i386/gstabs.h>
/* Get perform_* macros to build libgcc.a. */ /* Get perform_* macros to build libgcc.a. */
#include "i386/perform.h" #include <i386/perform.h>
/* Get generic NetBSD definitions. */ /* Get generic NetBSD definitions. */
#include "netbsd.h" #include <netbsd.h>
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)" #define CPP_PREDEFINES "-Dunix -Di386 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)"
......
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "xm-lynx.h" #include <xm-lynx.h>
/* This describes the machine the compiler is hosted on. */ /* This describes the machine the compiler is hosted on. */
#define HOST_BITS_PER_CHAR 8 #define HOST_BITS_PER_CHAR 8
......
...@@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m68k/m68k.h" #include <m68k/m68k.h>
#include "m68k/coff.h" #include <m68k/coff.h>
#undef CTORS_SECTION_ASM_OP #undef CTORS_SECTION_ASM_OP
#undef DTORS_SECTION_ASM_OP #undef DTORS_SECTION_ASM_OP
...@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ASM_LONG ".long" #define ASM_LONG ".long"
#include "lynx.h" #include <lynx.h>
/* See m68k.h. 7 means 68020 with 68881. */ /* See m68k.h. 7 means 68020 with 68881. */
......
#include "m68k/m68k.h" #include <m68k/m68k.h>
/* Get generic NetBSD definitions. */ /* Get generic NetBSD definitions. */
#include "netbsd.h" #include <netbsd.h>
/* See m68k.h. 7 means 68020 with 68881. */ /* See m68k.h. 7 means 68020 with 68881. */
......
/* Configuration for GNU C-compiler for all platforms running LynxOS. /* 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. This file is part of GNU CC.
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "xm-lynx.h" #include <xm-lynx.h>
/* This describes the machine the compiler is hosted on. */ /* This describes the machine the compiler is hosted on. */
#define HOST_BITS_PER_CHAR 8 #define HOST_BITS_PER_CHAR 8
......
...@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ...@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include "ns32k/ns32k.h" #include <ns32k/ns32k.h>
/* Compile for the floating point unit & 32532 by default; /* Compile for the floating point unit & 32532 by default;
Don't assume SB is zero; Don't assume SB is zero;
...@@ -62,7 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ...@@ -62,7 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#define MOVD_FLOAT_OK #define MOVD_FLOAT_OK
/* Get generic NetBSD definitions. */ /* Get generic NetBSD definitions. */
#include "netbsd.h" #include <netbsd.h>
/* Names to predefine in the preprocessor for this target machine. */ /* Names to predefine in the preprocessor for this target machine. */
......
...@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "lynx.h" #include <lynx.h>
/* Definitions we want to override with those from rs6000.h: */ /* Definitions we want to override with those from rs6000.h: */
#undef LIB_SPEC #undef LIB_SPEC
...@@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef FUNCTION_PROFILER #undef FUNCTION_PROFILER
#include "rs6000/rs6000.h" #include <rs6000/rs6000.h>
/* LynxOS has signed chars, regardless of what most R/S 6000 systems do */ /* LynxOS has signed chars, regardless of what most R/S 6000 systems do */
#undef DEFAULT_SIGNED_CHAR #undef DEFAULT_SIGNED_CHAR
......
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "xm-lynx." #include <xm-lynx.h>
/* This describes the machine the compiler is hosted on. */ /* This describes the machine the compiler is hosted on. */
#define HOST_BITS_PER_CHAR 8 #define HOST_BITS_PER_CHAR 8
......
/* Definitions for SPARC running LynxOS. /* 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. This file is part of GNU CC.
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "sparc/sparc.h" #include <sparc/sparc.h>
#undef ASM_OUTPUT_IDENT #undef ASM_OUTPUT_IDENT
#undef SELECT_SECTION #undef SELECT_SECTION
...@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define BSS_SECTION_ASM_OP ".section\t\".bss\"" #define BSS_SECTION_ASM_OP ".section\t\".bss\""
#include "lynx.h" #include <lynx.h>
/* ??? Must redefine to get sparclite and v8 defines. Can this be done /* ??? Must redefine to get sparclite and v8 defines. Can this be done
differently? */ differently? */
......
#include "sparc/sparc.h" #include <sparc/sparc.h>
/* Get generic NetBSD definitions. */ /* Get generic NetBSD definitions. */
#include "netbsd.h" #include <netbsd.h>
/* Names to predefine in the preprocessor for this target machine. */ /* Names to predefine in the preprocessor for this target machine. */
......
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "xm-lynx.h" #include <xm-lynx.h>
/* This describes the machine the compiler is hosted on. */ /* This describes the machine the compiler is hosted on. */
#define HOST_BITS_PER_CHAR 8 #define HOST_BITS_PER_CHAR 8
......
#include "vax/vax.h" #include <vax/vax.h>
#include "netbsd.h" #include <netbsd.h>
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)" #define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"
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