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
9ddffe32
Commit
9ddffe32
authored
Apr 29, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor clean ups.
From-SVN: r146946
parent
4fc26524
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
gcc/ada/s-stausa.ads
+2
-3
No files found.
gcc/ada/s-stausa.ads
View file @
9ddffe32
...
@@ -54,9 +54,8 @@ package System.Stack_Usage is
...
@@ -54,9 +54,8 @@ package System.Stack_Usage is
Task_Name
:
String
(
1
..
Task_Name_Length
);
Task_Name
:
String
(
1
..
Task_Name_Length
);
Value
:
Natural
;
Value
:
Natural
;
--
Amount
of
the
stack
used
;
the
value
is
calculated
on
the
basis
of
--
Amount
of
stack
used
.
The
value
is
calculated
on
the
basis
of
the
--
the
mechanism
used
by
GNAT
to
allocate
it
,
and
it
is
NOT
a
precise
--
mechanism
used
by
GNAT
to
allocate
it
,
and
it
is
NOT
a
precise
value
.
--
value
.
Variation
:
Natural
;
Variation
:
Natural
;
--
Possible
variation
in
the
amount
of
used
stack
.
The
real
stack
usage
--
Possible
variation
in
the
amount
of
used
stack
.
The
real
stack
usage
...
...
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