diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-12 20:42:36 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-12 20:42:36 +0000 |
commit | 73e2bec1af134d2f9f9c228ecc7d81017717c4cd (patch) | |
tree | bffdc81238040a97a6373a529a41ef9d3948179c /gcc/config | |
parent | 29d4027723f87944d8edc19a724a9295a4b21911 (diff) | |
download | gcc-73e2bec1af134d2f9f9c228ecc7d81017717c4cd.tar.gz |
Use <> in #include.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/linux-oldld.h | 6 | ||||
-rw-r--r-- | gcc/config/i386/lynx-ng.h | 6 | ||||
-rw-r--r-- | gcc/config/i386/v3gas.h | 4 | ||||
-rw-r--r-- | gcc/config/m68k/lynx-ng.h | 8 | ||||
-rw-r--r-- | gcc/config/sparc/lynx-ng.h | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/gcc/config/i386/linux-oldld.h b/gcc/config/i386/linux-oldld.h index 366d15fba8d..970816f7f0e 100644 --- a/gcc/config/i386/linux-oldld.h +++ b/gcc/config/i386/linux-oldld.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 <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> diff --git a/gcc/config/i386/lynx-ng.h b/gcc/config/i386/lynx-ng.h index cb96b44bb65..9eb3ed66103 100644 --- a/gcc/config/i386/lynx-ng.h +++ b/gcc/config/i386/lynx-ng.h @@ -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)" diff --git a/gcc/config/i386/v3gas.h b/gcc/config/i386/v3gas.h index 18053ece835..4de4a68802e 100644 --- a/gcc/config/i386/v3gas.h +++ b/gcc/config/i386/v3gas.h @@ -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 */ diff --git a/gcc/config/m68k/lynx-ng.h b/gcc/config/m68k/lynx-ng.h index 0593934d2f0..76d7c68d8c8 100644 --- a/gcc/config/m68k/lynx-ng.h +++ b/gcc/config/m68k/lynx-ng.h @@ -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. */ diff --git a/gcc/config/sparc/lynx-ng.h b/gcc/config/sparc/lynx-ng.h index 2fb8180ae3e..c3cf2e040a8 100644 --- a/gcc/config/sparc/lynx-ng.h +++ b/gcc/config/sparc/lynx-ng.h @@ -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? */ |