Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
096b9fea
Commit
096b9fea
authored
May 12, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use <> in #include.
From-SVN: r9662
parent
a9ce110c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
15 deletions
+15
-15
gcc/config/i386/linux-oldld.h
+3
-3
gcc/config/i386/lynx-ng.h
+3
-3
gcc/config/i386/v3gas.h
+2
-2
gcc/config/m68k/lynx-ng.h
+4
-4
gcc/config/sparc/lynx-ng.h
+3
-3
No files found.
gcc/config/i386/linux-oldld.h
View file @
096b9fea
...
...
@@ -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>
gcc/config/i386/lynx-ng.h
View file @
096b9fea
/* 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)"
...
...
gcc/config/i386/v3gas.h
View file @
096b9fea
/* 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 */
...
...
gcc/config/m68k/lynx-ng.h
View file @
096b9fea
/* 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. */
...
...
gcc/config/sparc/lynx-ng.h
View file @
096b9fea
/* 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? */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment