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
9bb2d436
Commit
9bb2d436
authored
Jul 11, 2000
by
Bruce Korb
Committed by
Bruce Korb
Jul 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
irix_multiline_cmnt is now obsolete
From-SVN: r34964
parent
b49c94cb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
15 deletions
+2
-15
gcc/ChangeLog
+2
-0
gcc/fixinc/fixincl.x
+0
-0
gcc/fixinc/inclhack.def
+0
-15
No files found.
gcc/ChangeLog
View file @
9bb2d436
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
* fixinc/fixtests.c(double_slash): obsolete
* fixinc/fixtests.c(double_slash): obsolete
(else_endif_label): likewise
(else_endif_label): likewise
* fixinc/inclhack.def(irix_multiline_cmnt): obsolete
* fixinc/fixincl.x: regen
2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
...
...
gcc/fixinc/fixincl.x
View file @
9bb2d436
This diff is collapsed.
Click to expand it.
gcc/fixinc/inclhack.def
View file @
9bb2d436
...
@@ -1236,21 +1236,6 @@ fix = {
...
@@ -1236,21 +1236,6 @@ fix = {
/*
/*
* Some IRIX header files contain the string "//"
*/
fix = {
hackname = irix_multiline_cmnt;
files = sys/types.h;
sed = "s@type of the result@type of the result */@";
sed = "s@of the sizeof@/* of the sizeof@";
test_text =
"/* we check the type of the result\n"
"// of the sizeof something. This is a bad test :-( */";
};
/*
* Fixing ISC fmod declaration
* Fixing ISC fmod declaration
*/
*/
fix = {
fix = {
...
...
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