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
863415d1
Commit
863415d1
authored
May 25, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `sel', `tahoe', `r3000', `r4000' to the list of pre-ANSI symbols
that need to be surrounded with __ __. From-SVN: r9822
parent
2d2af516
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/fixincludes
+3
-1
No files found.
gcc/fixincludes
View file @
863415d1
...
...
@@ -305,16 +305,18 @@ while [ $# != 0 ]; do
s/ ns32000 / __ns32000__ /g
s/ pdp11 / __pdp11__ /g
s/ pyr / __pyr__ /g
s/ sel / __sel__ /g
s/ sony_news / __sony_news__ /g
s/ sparc / __sparc__ /g
s/ sun\([a-z0-9]*\) / __sun\1__ /g
s/ tahoe / __tahoe__ /g
s/ tower\([_0-9]*\) / __tower\1__ /g
s/ u370 / __u370__ /g
s/ u3b\([0-9]*\) / __u3b\1__ /g
s/ unix / __unix__ /g
s/ vax / __vax__ /g
s/ _*MIPSE\([LB]\) / __MIPSE\1__ /g
s/ _*
R\([34]\)000 / __R
\1000__ /g
s/ _*
\([Rr][34]\)000 / __
\1000__ /g
s/ _*SYSTYPE_\([A-Z0-9]*\) / __SYSTYPE_\1__ /g
s/ \([a-zA-Z0-9_][a-zA-Z0-9_]*\) /\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