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
5ec0b2e5
Commit
5ec0b2e5
authored
Nov 15, 2005
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
Update comments. From-SVN: r107028
parent
089aaefe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
gcc/ada/exp_intr.ads
+1
-1
gcc/ada/exp_smem.adb
+1
-1
gcc/ada/g-heasor.ads
+9
-6
gcc/ada/sem_aggr.ads
+1
-1
No files found.
gcc/ada/exp_intr.ads
View file @
5ec0b2e5
...
...
@@ -6,7 +6,7 @@
--
--
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
1992
,
1993
,
1994
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
2005
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
gcc/ada/exp_smem.adb
View file @
5ec0b2e5
...
...
@@ -6,7 +6,7 @@
--
--
--
B
o
d
y
--
--
--
--
Copyright
(
C
)
1998
-
2005
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1998
-
2005
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
gcc/ada/g-heasor.ads
View file @
5ec0b2e5
...
...
@@ -37,16 +37,19 @@
--
subprogram
parameters
,
so
that
it
can
be
used
with
different
types
with
--
shared
sorting
code
.
--
See
also
GNAT
.
Heap_Sort_G
and
GNAT
.
Heap_Sort_A
.
These
are
older
versions
--
of
this
routine
.
In
some
cases
GNAT
.
Heap_Sort_G
may
be
a
little
faster
--
than
GNAT
.
Heap_Sort
,
at
the
expense
of
generic
code
duplication
and
a
--
less
convenient
interface
.
The
generic
version
also
has
the
advantage
--
of
being
Pure
,
while
this
unit
can
only
be
Preelaborate
.
--
This
heapsort
algorithm
uses
approximately
N
*
log
(
N
)
compares
in
the
--
worst
case
and
is
in
place
with
no
additional
storage
required
.
See
--
the
body
for
exact
details
of
the
algorithm
used
.
--
See
also
GNAT
.
Heap_Sort_G
which
is
a
generic
version
that
will
be
faster
--
since
the
overhead
of
the
indirect
calls
is
avoided
,
at
the
expense
of
--
generic
code
duplication
and
less
convenient
interface
.
The
generic
version
--
also
has
the
advantage
of
being
Pure
,
while
this
unit
can
only
be
--
Preelaborate
,
because
of
the
access
types
.
--
Note
:
GNAT
.
Heap_Sort
replaces
and
obsoletes
GNAT
.
Heap_Sort_A
,
which
is
--
retained
in
the
GNAT
library
for
backwards
compatibility
.
package
GNAT
.
Heap_Sort
is
pragma
Preelaborate
;
...
...
gcc/ada/sem_aggr.ads
View file @
5ec0b2e5
...
...
@@ -6,7 +6,7 @@
--
--
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
1992
,
1993
,
1994
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
2005
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
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