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
057c56df
Commit
057c56df
authored
May 07, 2003
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct spurious whitespace differences
From-SVN: r66549
parent
b5f3edcf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gcc/fixinc/inclhack.def
+5
-0
No files found.
gcc/fixinc/inclhack.def
View file @
057c56df
...
@@ -379,6 +379,7 @@ fix = {
...
@@ -379,6 +379,7 @@ fix = {
_EndOfHeader_;
_EndOfHeader_;
};
};
/*
/*
* Cancel out ansi_compat.h on Ultrix. Replace it with an empty file.
* Cancel out ansi_compat.h on Ultrix. Replace it with an empty file.
*/
*/
...
@@ -2016,6 +2017,7 @@ fix = {
...
@@ -2016,6 +2017,7 @@ fix = {
test_text = 'extern int rename(const char *old, const char *new);';
test_text = 'extern int rename(const char *old, const char *new);';
};
};
/*
/*
* On OpenServer and on UnixWare 7, <math.h> uses the native compiler
* On OpenServer and on UnixWare 7, <math.h> uses the native compiler
* __builtin_generic. We fix that usage to use the GCC equivalent.
* __builtin_generic. We fix that usage to use the GCC equivalent.
...
@@ -2057,6 +2059,7 @@ fix = {
...
@@ -2057,6 +2059,7 @@ fix = {
};
};
/*
/*
* On SCO OpenServer prior to 5.0.7UP1, <sys/regset.h> and <ieeefp.h>
* On SCO OpenServer prior to 5.0.7UP1, <sys/regset.h> and <ieeefp.h>
* have a clash on struct _fpstate and struct fpstate.
* have a clash on struct _fpstate and struct fpstate.
...
@@ -2084,6 +2087,7 @@ fix = {
...
@@ -2084,6 +2087,7 @@ fix = {
"};\n";
"};\n";
};
};
/*
/*
* The static functions lstat() and fchmod() in <sys/stat.h>
* The static functions lstat() and fchmod() in <sys/stat.h>
* cause G++ grief since they're not wrapped in "if __cplusplus".
* cause G++ grief since they're not wrapped in "if __cplusplus".
...
@@ -2595,6 +2599,7 @@ fix = {
...
@@ -2595,6 +2599,7 @@ fix = {
test_text = "#define strlen __std_hdr_strlen\n";
test_text = "#define strlen __std_hdr_strlen\n";
};
};
/*
/*
* Conditionalize some of <sys/endian.h> on __GNUC__ and __GNUG__.
* Conditionalize some of <sys/endian.h> on __GNUC__ and __GNUG__.
* On some systems (UnixWare 2, UnixWare 7), the file is byteorder.h
* On some systems (UnixWare 2, UnixWare 7), the file is byteorder.h
...
...
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