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
113430e5
Commit
113430e5
authored
Aug 02, 2011
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New file.
From-SVN: r177193
parent
c2d601b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
gcc/ada/a-extiin.ads
+26
-0
No files found.
gcc/ada/a-extiin.ads
0 → 100644
View file @
113430e5
------------------------------------------------------------------------------
--
--
--
GNAT
RUN
-
TIME
COMPONENTS
--
--
--
--
A
D
A
.
E
X
E
C
U
T
I
O
N
_
T
I
M
E
.
I
N
T
E
R
R
U
P
T
S
--
--
--
--
S
p
e
c
--
--
--
--
This
specification
is
derived
from
the
Ada
Reference
Manual
for
use
with
--
--
GNAT
.
In
accordance
with
the
copyright
of
that
document
,
you
can
freely
--
--
copy
and
modify
this
specification
,
provided
that
if
you
redistribute
a
--
--
modified
version
,
any
changes
that
you
have
made
are
clearly
indicated
.
--
--
--
------------------------------------------------------------------------------
with
Ada
.
Interrupts
;
package
Ada
.
Execution_Time
.
Interrupts
is
pragma
Unimplemented_Unit
;
function
Clock
(
Interrupt
:
Ada
.
Interrupts
.
Interrupt_Id
)
return
CPU_Time
;
function
Supported
(
Interrupt
:
Ada
.
Interrupts
.
Interrupt_Id
)
return
Boolean
;
end
Ada
.
Execution_Time
.
Interrupts
;
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