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
6ae97920
Commit
6ae97920
authored
Jan 06, 1993
by
James Van Artsdalen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new file names for included i860 files.
From-SVN: r3114
parent
f1c7021e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
gcc/config/i860/bsd-gas.h
+1
-1
gcc/config/i860/bsd.h
+1
-1
gcc/config/i860/fx2800.h
+1
-1
gcc/config/i860/mach.h
+1
-1
gcc/config/i860/sysv3.h
+1
-1
gcc/config/i860/sysv4.h
+1
-1
No files found.
gcc/config/i860/bsd-gas.h
View file @
6ae97920
#include "i860
b
.h"
#include "i860
/bsd
.h"
#undef ASCII_DATA_ASM_OP
#define ASCII_DATA_ASM_OP ".ascii"
gcc/config/i860/bsd.h
View file @
6ae97920
#include "i860.h"
#include "i860
/i860
.h"
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860, BSD)")
...
...
gcc/config/i860/fx2800.h
View file @
6ae97920
...
...
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define OUTPUT_TDESC
#include "i860v4.h"
#include "i860
/sys
v4.h"
/* The Alliant fx2800 running Concentrix 2.x is weird. This is basically
a BSD 4.3 based operating system, but it uses svr4 ELF format object
...
...
gcc/config/i860/mach.h
View file @
6ae97920
/* Configuration for an i860 running Mach as the target machine. */
#include "i860.h"
#include "i860
/i860
.h"
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
...
...
gcc/config/i860/sysv3.h
View file @
6ae97920
...
...
@@ -19,7 +19,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 "i860.h"
#include "i860
/i860
.h"
#include "svr3.h"
#undef TARGET_VERSION
...
...
gcc/config/i860/sysv4.h
View file @
6ae97920
...
...
@@ -19,7 +19,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 "i860.h"
#include "i860
/i860
.h"
#include "svr4.h"
#undef TARGET_VERSION
...
...
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