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
1afe3e77
Commit
1afe3e77
authored
May 25, 2018
by
Rasmus Villemoes
Committed by
Jeff Law
May 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* inclhack.def (vxworks_iolib_include_unistd): New fix.
From-SVN: r260763
parent
f22ed1ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
fixincludes/ChangeLog
+4
-0
fixincludes/inclhack.def
+16
-0
No files found.
fixincludes/ChangeLog
View file @
1afe3e77
2018-05-25 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
* inclhack.def (vxworks_iolib_include_unistd): New fix.
2018-04-18 David Malcolm <dmalcolm@redhat.com>
PR jit/85384
...
...
fixincludes/inclhack.def
View file @
1afe3e77
...
...
@@ -5011,6 +5011,22 @@ fix = {
};
/*
* This hack ensures the include_next in the fixed unistd.h actually
* finds the system's unistd.h and not the fixed unistd.h again.
*/
fix = {
hackname = vxworks_iolib_include_unistd;
files = ioLib.h;
mach = "*-*-vxworks*";
select = "#include \"unistd.h\"";
c_fix = format;
c_fix_arg = "#include <unistd.h>";
test_text = "#include \"unistd.h\"";
};
/*
* There are several name conflicts with C++ reserved words in X11 header
* files. These are fixed in some versions, so don't do the fixes if
* we find __cplusplus in the file. These were found on the RS/6000.
...
...
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