Use <> in #include.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 12 May 1995 20:42:36 +0000 (16:42 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 12 May 1995 20:42:36 +0000 (16:42 -0400)
From-SVN: r9662

gcc/config/i386/linux-oldld.h
gcc/config/i386/lynx-ng.h
gcc/config/i386/v3gas.h
gcc/config/m68k/lynx-ng.h
gcc/config/sparc/lynx-ng.h

index 366d15fba8de0e7e80140bcbd92ef92d66c57490..970816f7f0ebab6a12ed5e69fab075e14c3e95d7 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.  */
 
@@ -72,4 +72,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define LINK_SPEC ""
 
 /* Get perform_* macros to build libgcc.a.  */
-#include "i386/perform.h"
+#include <i386/perform.h>
index cb96b44bb6518ef8c4226e4106070ef2cd004326..9eb3ed66103b69eec7a718b47afaf5534dec4707 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Intel 386 running LynxOS, using Lynx's old as and ld.
-   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-ng.h"
+#include <i386/gstabs.h>
+#include <lynx-ng.h>
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(i386) -Amachine(i386)"
index 18053ece8354fd4eef0e47a47fd9401e612fe841..4de4a68802e8122b47856797579de6acb97ce7b4 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Intel 386 running system V, using gas.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1992, 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 "gas.h"
+#include <i386/gas.h>
 
 /* Add stuff that normally comes from i386v.h */
 
index 0593934d2f0b450af54ce92e9207dd9e620f59ae..76d7c68d8c8f10cf44b0623a991ce6567a597f05 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Motorola 680x0 running LynxOS, using Lynx's old as and ld.
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -17,9 +17,9 @@ 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 "lynx-ng.h"
+#include <m68k/m68k.h>
+#include <m68k/coff.h>
+#include <lynx-ng.h>
 
 /* See m68k.h.  7 means 68020 with 68881.  */
 
index 2fb8180ae3e20bf5eccbb80e5acd0a3255dd0e53..c3cf2e040a81a303cbee90be0f3110b7ad7a5e8b 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for SPARC running LynxOS, using Lynx's old as and ld.
-   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 "sparc/sparc.h"
-#include "lynx-ng.h"
+#include <sparc/sparc.h>
+#include <lynx-ng.h>
 
 /* ??? Must redefine to get sparclite and v8 defines.  Can this be done
    differently?  */