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
984da0ff
Commit
984da0ff
authored
Feb 22, 1994
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]*
From-SVN: r6609
parent
43b8af68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
gcc/fixincludes
+6
-0
No files found.
gcc/fixincludes
View file @
984da0ff
...
@@ -301,16 +301,22 @@ while [ $# != 0 ]; do
...
@@ -301,16 +301,22 @@ while [ $# != 0 ]; do
s/ bsd4\([0-9]\) / __bsd4\1__ /g
s/ bsd4\([0-9]\) / __bsd4\1__ /g
s/ _*host_mips / __host_mips__ /g
s/ _*host_mips / __host_mips__ /g
s/ _*i386 / __i386__ /g
s/ _*i386 / __i386__ /g
s/ M32 / __M32__ /g
s/ is68k / __is68k__ /g
s/ is68k / __is68k__ /g
s/ m68k / __m68k__ /g
s/ m68k / __m68k__ /g
s/ mc680\([0-9]\)0 / __mc680\10__ /g
s/ mc680\([0-9]\)0 / __mc680\10__ /g
s/ m88k / __m88k__ /g
s/ _*mips / __mips__ /g
s/ _*mips / __mips__ /g
s/ news\([0-9]*\) / __news\1__ /g
s/ news\([0-9]*\) / __news\1__ /g
s/ ns32000 / __ns32000__ /g
s/ ns32000 / __ns32000__ /g
s/ pdp11 / __pdp11__ /g
s/ pyr / __pyr__ /g
s/ pyr / __pyr__ /g
s/ sony_news / __sony_news__ /g
s/ sony_news / __sony_news__ /g
s/ sparc / __sparc__ /g
s/ sparc / __sparc__ /g
s/ sun\([a-z0-9]*\) / __sun\1__ /g
s/ sun\([a-z0-9]*\) / __sun\1__ /g
s/ tower\([_0-9]*\) / __tower\1__ /g
s/ u370 / __u370__ /g
s/ u3b\([0-9]*\) / __u3b\1__ /g
s/ unix / __unix__ /g
s/ unix / __unix__ /g
s/ vax / __vax__ /g
s/ vax / __vax__ /g
s/ _*MIPSE\([LB]\) / __MIPSE\1__ /g
s/ _*MIPSE\([LB]\) / __MIPSE\1__ /g
...
...
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