]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Use <xxx> in #include.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 9 May 1995 22:25:08 +0000 (18:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 9 May 1995 22:25:08 +0000 (18:25 -0400)
From-SVN: r9603

15 files changed:
gcc/config/i386/linux-aout.h
gcc/config/i386/linux.h
gcc/config/i386/lynx.h
gcc/config/i386/netbsd.h
gcc/config/i386/xm-lynx.h
gcc/config/m68k/lynx.h
gcc/config/m68k/netbsd.h
gcc/config/m68k/xm-lynx.h
gcc/config/ns32k/netbsd.h
gcc/config/rs6000/lynx.h
gcc/config/rs6000/xm-lynx.h
gcc/config/sparc/lynx.h
gcc/config/sparc/netbsd.h
gcc/config/sparc/xm-lynx.h
gcc/config/vax/netbsd.h

index f975d8c22939e2aa92a3c3dce7fe1326adfe61a1..5dba22e8421142bfdd77b2c5855bc39ef3ef3ccd 100644 (file)
@@ -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 <i386/gstabs.h>
+#include <linux-aout.h>        /* some common stuff */
 
 /* Specify predefined symbols in preprocessor.  */
 
index e2a37839dffaf4519609f159f0ddddf79f7431e1..f17565fd3902a3a3f6f8890109c5a50531cea3d4 100644 (file)
@@ -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 <i386/i386.h> /* Base i386 target machine definitions */
+#include <i386/att.h>  /* Use the i386 AT&T assembler syntax */
+#include <linux.h>     /* some common stuff */
 
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (i386 Linux/ELF)");
index 0a31801e8b5333bac98c3eed352b856da753170e..65307240827705fa5354edb04ca793be3ca4953e 100644 (file)
@@ -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 <i386/gstabs.h>
+#include <lynx.h>
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(i386) -Amachine(i386)"
index c67c94079086c31d92ca0a3af8ac77fc3cbcd53c..475d9b26befc49d006b148c4f62f9b7f816c506a 100644 (file)
@@ -4,13 +4,13 @@
 /* This is tested by i386gas.h.  */
 #define YES_UNDERSCORES
 
-#include "i386/gstabs.h"
+#include <i386/gstabs.h>
 
 /* Get perform_* macros to build libgcc.a.  */
-#include "i386/perform.h"
+#include <i386/perform.h>
 
 /* Get generic NetBSD definitions.  */
-#include "netbsd.h"
+#include <netbsd.h>
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dunix -Di386 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)"
index 712de226a284eae420c3607ce42a6a1c37ae5bce..848fb1419c58c44f633155db21c534b55616e25a 100644 (file)
@@ -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 <xm-lynx.h>
 
 /* This describes the machine the compiler is hosted on.  */
 #define HOST_BITS_PER_CHAR 8
index c8cb7dcf99a62fa5048ad8746e190517766d6635..046d81cd50a3a2cf8b3c907bbfeeaf4d470afce1 100644 (file)
@@ -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 <m68k/m68k.h>
+#include <m68k/coff.h>
 
 #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 <lynx.h>
 
 /* See m68k.h.  7 means 68020 with 68881.  */
 
index 1fc596134784d4cee288cb8cff12aa3957fda0e0..69a1eb08bb598aeb40a860d18814ca20cb609ac8 100644 (file)
@@ -1,8 +1,8 @@
-#include "m68k/m68k.h"
+#include <m68k/m68k.h>
 
 /* Get generic NetBSD definitions.  */
 
-#include "netbsd.h"
+#include <netbsd.h>
 
 
 /* See m68k.h.  7 means 68020 with 68881.  */
index d327922d15abf50200c08a00cd5f0052d954ca9d..963f53309603103edcab81c53ff82158b4ea1329 100644 (file)
@@ -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 <xm-lynx.h>
 
 /* This describes the machine the compiler is hosted on.  */
 #define HOST_BITS_PER_CHAR 8
index 279b6dda06d98ddefbe7c4601bcad1b06fea24d3..334df6564f660ed6e18776ad4459b2831923434c 100644 (file)
@@ -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;
    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 <netbsd.h>
 
 /* Names to predefine in the preprocessor for this target machine.  */
 
index 0e57d221b1435f7734d96c311f3f2f06fe8652ca..9fba7cd05b6aaceaea3b5bc279acef26c8a03e23 100644 (file)
@@ -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 <lynx.h>
 
 /* 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 <rs6000/rs6000.h>
 
 /* LynxOS has signed chars, regardless of what most R/S 6000 systems do */
 #undef DEFAULT_SIGNED_CHAR
index f9d96b52f23a545a86016ffe06584fc2fa5e0766..6dbb394ee5a88f81b18cdc6713679571a1472a2a 100644 (file)
@@ -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 <xm-lynx.h>
 
 /* This describes the machine the compiler is hosted on.  */
 #define HOST_BITS_PER_CHAR 8
index 292e89b6700afc23dff805360b502412443781d3..e9ad243cbdfdcb0c82657eb69be07e500466e9d7 100644 (file)
@@ -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 <sparc/sparc.h>
 
 #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 <lynx.h>
 
 /* ??? Must redefine to get sparclite and v8 defines.  Can this be done
    differently?  */
index a4dd22ab57b031517eb64bb2a9ab64975e4fab88..3e721af781d54f8171384373ab2fd4b3a4dfda2a 100644 (file)
@@ -1,8 +1,8 @@
-#include "sparc/sparc.h"
+#include <sparc/sparc.h>
 
 /* Get generic NetBSD definitions.  */
 
-#include "netbsd.h"
+#include <netbsd.h>
 
 /* Names to predefine in the preprocessor for this target machine.  */
 
index 3bfd16735e00df4b43e7dff1de011d24833ca51c..f0acae9aa52891e0168bccbcb803b42c010945d4 100644 (file)
@@ -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 <xm-lynx.h>
 
 /* This describes the machine the compiler is hosted on.  */
 #define HOST_BITS_PER_CHAR 8
index ec3dcdf444c3924ac70d7a5f195ba05a361367dc..a01fff2b8b8cafca01c5bb414cae2910265f24d6 100644 (file)
@@ -1,5 +1,5 @@
-#include "vax/vax.h"
-#include "netbsd.h"
+#include <vax/vax.h>
+#include <netbsd.h>
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"