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
81c85afe
Commit
81c85afe
authored
Jul 13, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
From-SVN: r149582
parent
690001a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/ada/make.adb
+5
-5
No files found.
gcc/ada/make.adb
View file @
81c85afe
...
@@ -140,16 +140,16 @@ package body Make is
...
@@ -140,16 +140,16 @@ package body Make is
--
Q
|
|
........
|
|
|
|
.......
|
|
--
Q
|
|
........
|
|
|
|
.......
|
|
--
+---+--------------+---+---+---+-----------+---+--------
--
+---+--------------+---+---+---+-----------+---+--------
--
^
^
^
--
^
^
^
--
Q
.
First
Q_Front
Q
.
Last
-
1
--
Q
.
First
Q_Front
Q
.
Last
-
1
--
--
--
The
elements
comprised
between
Q
.
First
and
Q_Front
-
1
are
the
elements
--
The
elements
comprised
between
Q
.
First
and
Q_Front
-
1
are
the
elements
--
that
have
been
enqueued
and
then
dequeued
,
while
the
elements
between
--
that
have
been
enqueued
and
then
dequeued
,
while
the
elements
between
--
Q_Front
and
Q
.
Last
-
1
are
the
elements
currently
in
the
Q
.
When
the
Q
--
Q_Front
and
Q
.
Last
-
1
are
the
elements
currently
in
the
Q
.
When
the
Q
--
is
initialized
Q_Front
=
Q
.
First
=
Q
.
Last
.
After
Compile_Sources
has
--
is
initialized
Q_Front
=
Q
.
First
=
Q
.
Last
.
After
Compile_Sources
has
--
terminated
its
execution
,
Q_Front
=
Q
.
Last
and
the
elements
contained
--
terminated
its
execution
,
Q_Front
=
Q
.
Last
and
the
elements
contained
--
between
Q
.
F
ron
t
and
Q
.
Last
-
1
are
those
that
were
explored
and
thus
--
between
Q
.
F
irs
t
and
Q
.
Last
-
1
are
those
that
were
explored
and
thus
--
marked
by
Compile_Sources
.
Whenever
the
Q
is
reinitialized
,
the
elements
--
marked
by
Compile_Sources
.
Whenever
the
Q
is
reinitialized
,
the
elements
--
between
Q
.
First
and
Q
.
Last
-
1
are
unmarked
.
--
between
Q
.
First
and
Q
.
Last
-
1
are
unmarked
.
procedure
Init_Q
;
procedure
Init_Q
;
--
Must
be
called
to
(
re
)
initialize
the
Q
--
Must
be
called
to
(
re
)
initialize
the
Q
...
...
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