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
3f806915
Commit
3f806915
authored
19 years ago
by
Arnaud Charlet
Committed by
Arnaud Charlet
19 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
From-SVN: r111133
parent
07b8ceea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/opt.ads
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
3f806915
2006
-
02
-
16
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
opt
.
ads
(
Ada_Version_Default
):
Set
to
Ada
2005
by
default
.
2006
-
02
-
13
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
a
-
intnam
-
os2
.
ads
,
a
-
intnam
-
unixware
.
ads
,
g
-
soccon
-
unixware
.
ads
,
...
...
This diff is collapsed.
Click to expand it.
gcc/ada/opt.ads
View file @
3f806915
...
...
@@ -67,7 +67,7 @@ package Opt is
--
which
we
want
to
allow
,
so
that
things
work
OK
when
Ada_15
is
added
!
--
This
warning
is
now
removed
,
so
this
pragma
can
be
removed
some
time
???
Ada_Version_Default
:
Ada_Version_Type
:=
Ada_
9
5
;
Ada_Version_Default
:
Ada_Version_Type
:=
Ada_
0
5
;
--
GNAT
--
Default
Ada
version
if
no
switch
given
...
...
This diff is collapsed.
Click to expand it.
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