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
21659722
Commit
21659722
authored
Jul 31, 2008
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mlib-utl.ads, prj-makr.ads: Add comments.
From-SVN: r138357
parent
5b2a132a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ada/mlib-utl.ads
+5
-1
gcc/ada/prj-makr.ads
+5
-0
No files found.
gcc/ada/mlib-utl.ads
View file @
21659722
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
--
--
--
--
--
S
p
e
c
--
--
S
p
e
c
--
--
--
--
--
--
Copyright
(
C
)
2001
-
200
7
,
AdaCore
--
--
Copyright
(
C
)
2001
-
200
8
,
AdaCore
--
--
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
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
-
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
@@ -51,6 +51,10 @@ package MLib.Utl is
...
@@ -51,6 +51,10 @@ package MLib.Utl is
--
path
,
run
it
also
.
Output_File
is
the
path
name
of
the
archive
to
--
path
,
run
it
also
.
Output_File
is
the
path
name
of
the
archive
to
--
create
.
Objects
is
the
list
of
the
path
names
of
the
object
files
to
be
--
create
.
Objects
is
the
list
of
the
path
names
of
the
object
files
to
be
--
put
in
the
archive
.
--
put
in
the
archive
.
--
This
procedure
currently
assumes
that
it
is
always
called
in
the
context
--
of
gnatmake
.
If
other
executable
start
using
this
procedure
,
an
--
additional
parameter
would
need
to
be
added
,
and
calls
to
--
Osint
.
Program_Name
updated
accordingly
in
the
body
.
function
Lib_Directory
return
String
;
function
Lib_Directory
return
String
;
--
Return
the
directory
containing
libgnat
--
Return
the
directory
containing
libgnat
...
...
gcc/ada/prj-makr.ads
View file @
21659722
...
@@ -73,6 +73,11 @@ package Prj.Makr is
...
@@ -73,6 +73,11 @@ package Prj.Makr is
--
check
for
non
Ada
sources
.
--
check
for
non
Ada
sources
.
--
--
--
At
least
one
of
Name_Patterns
and
Foreign_Patterns
is
not
empty
--
At
least
one
of
Name_Patterns
and
Foreign_Patterns
is
not
empty
--
--
Note
that
this
procedure
currently
assumes
that
it
is
only
used
by
--
gnatname
.
If
other
processes
start
using
it
,
then
an
additional
--
parameter
would
need
to
be
added
,
and
call
to
Osint
.
Program_Name
--
updated
accordingly
in
the
body
.
procedure
Finalize
;
procedure
Finalize
;
--
Write
the
configuration
pragmas
file
or
the
project
file
indicated
in
a
--
Write
the
configuration
pragmas
file
or
the
project
file
indicated
in
a
...
...
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