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
1c652ccb
Commit
1c652ccb
authored
Jan 26, 2016
by
Iain Buclaw
Committed by
Iain Buclaw
Jan 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes in JIT frontend.
gcc/jit/ * jit-playback.c: Include pthread.h. From-SVN: r232815
parent
adba512d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/jit/ChangeLog
+4
-0
gcc/jit/jit-playback.c
+2
-0
No files found.
gcc/jit/ChangeLog
View file @
1c652ccb
2016-01-23 Iain Buclaw <ibuclaw@gdcproject.org>
* jit-playback.c: Include pthread.h.
2016-01-19 David Malcolm <dmalcolm@redhat.com>
PR jit/69144
...
...
gcc/jit/jit-playback.c
View file @
1c652ccb
...
...
@@ -38,6 +38,8 @@ along with GCC; see the file COPYING3. If not see
#include "fold-const.h"
#include "gcc.h"
#include <pthread.h>
#include "jit-playback.h"
#include "jit-result.h"
#include "jit-builtins.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