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
24fc4dd8
Commit
24fc4dd8
authored
Jan 30, 2017
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
From-SVN: r245027
parent
0c7247cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
libmpx/ChangeLog
+4
-0
libmpx/mpxrt/mpxrt-utils.h
+1
-0
No files found.
libmpx/ChangeLog
View file @
24fc4dd8
2017-01-30 Jakub Jelinek <jakub@redhat.com>
* mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
2017-01-21 Jakub Jelinek <jakub@redhat.com>
PR other/79046
...
...
libmpx/mpxrt/mpxrt-utils.h
View file @
24fc4dd8
...
...
@@ -66,5 +66,6 @@ void __mpxrt_print (verbose_type vt, const char* frmt, ...);
mpx_rt_mode_t
__mpxrt_mode
(
void
);
void
__mpxrt_utils_free
(
void
);
void
__mpxrt_print_summary
(
uint64_t
num_brs
,
uint64_t
l1_size
);
void
__mpxrt_stop
(
void
)
__attribute__
((
noreturn
));
#endif
/* MPXRT_UTILS_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