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
ffc5527f
Commit
ffc5527f
authored
Oct 31, 2001
by
Robert Dewar
Committed by
Geert Bosch
Oct 31, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* a-reatim.ads: Minor reformatting
From-SVN: r46664
parent
865335eb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ada/ChangeLog
+4
-0
gcc/ada/a-reatim.ads
+4
-3
No files found.
gcc/ada/ChangeLog
View file @
ffc5527f
2001-10-30 Robert Dewar <dewar@gnat.com>
* a-reatim.ads: Minor reformatting
2001-10-30 Robert Dewar <dewar@gnat.com>
* gnatdll.adb: Minor reformatting throughout. Many ??? added for
undocumented declarations.
...
...
gcc/ada/a-reatim.ads
View file @
ffc5527f
...
...
@@ -88,9 +88,10 @@ package Ada.Real_Time is
function
Microseconds
(
US
:
Integer
)
return
Time_Span
;
function
Milliseconds
(
MS
:
Integer
)
return
Time_Span
;
--
With
duration
represented
as
a
64
-
bit
number
with
a
delta
of
--
10
**
(-
9
),
the
number
of
seconds
in
Duration
'Last does not fit
-- in 32 bits.
--
Seconds_Count
needs
64
bits
,
since
Time
has
the
full
range
of
--
Duration
.
The
delta
of
Duration
is
10
**
(-
9
),
so
the
maximum
--
number
of
seconds
is
2
**
63
/
10
**
9
=
8
*
10
**
9
which
does
not
quite
--
fit
in
32
bits
.
type
Seconds_Count
is
range
-
2
**
63
..
2
**
63
-
1
;
...
...
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