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
f338755b
Commit
f338755b
authored
Sep 10, 2010
by
Arnaud Charlet
Committed by
Arnaud Charlet
Sep 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vms_cmds.ads: New.
From-SVN: r164161
parent
f1ae594e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
0 deletions
+56
-0
gcc/ada/ChangeLog
+4
-0
gcc/ada/vms_cmds.ads
+52
-0
No files found.
gcc/ada/ChangeLog
View file @
f338755b
2010
-
09
-
10
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
vms_cmds
.
ads
:
New
.
2010
-
09
-
10
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
exp_dbug
.
ads
:
Mention
enhanced
encoding
for
array
types
.
...
...
gcc/ada/vms_cmds.ads
0 → 100644
View file @
f338755b
------------------------------------------------------------------------------
--
--
--
GNAT
COMPILER
COMPONENTS
--
--
--
--
V
M
S
_
C
M
D
S
--
--
--
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
2010
,
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
-
--
--
ware
Foundation
;
either
version
3
,
or
(
at
your
option
)
any
later
ver
-
--
--
sion
.
GNAT
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITH
-
--
--
OUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
--
--
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
General
Public
License
--
--
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
General
--
--
Public
License
distributed
with
GNAT
;
see
file
COPYING3
.
If
not
,
go
to
--
--
http
://
www
.
gnu
.
org
/
licenses
for
a
complete
copy
of
the
license
.
--
--
--
--
GNAT
was
originally
developed
by
the
GNAT
team
at
New
York
University
.
--
--
Extensive
contributions
were
provided
by
Ada
Core
Technologies
Inc
.
--
--
--
------------------------------------------------------------------------------
--
This
package
is
part
of
the
GNAT
driver
.
It
contains
the
declaration
of
--
Command_Type
which
list
all
the
commands
supported
by
the
gnat
driver
.
package
VMS_Cmds
is
type
Command_Type
is
(
Bind
,
Chop
,
Clean
,
Compile
,
Check
,
Sync
,
Elim
,
Find
,
Krunch
,
Link
,
List
,
Make
,
Metric
,
Name
,
Preprocess
,
Pretty
,
Shared
,
Stack
,
Stub
,
Xref
,
Undefined
);
end
VMS_Cmds
;
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