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
8bead36a
Commit
8bead36a
authored
Oct 26, 2010
by
Arnaud Charlet
Committed by
Arnaud Charlet
Oct 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnatvsn.ads: Update comments.
From-SVN: r165940
parent
f2acf80c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
gcc/ada/ChangeLog
+4
-0
gcc/ada/gnatvsn.ads
+9
-9
No files found.
gcc/ada/ChangeLog
View file @
8bead36a
2010
-
10
-
26
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
gnatvsn
.
ads
:
Update
comments
.
2010
-
10
-
26
Matthew
Heaney
<
heaney
@
adacore
.
com
>
*
Makefile
.
rtl
,
impunit
.
adb
:
Add
bounded
hashed
set
and
bounded
hashed
...
...
gcc/ada/gnatvsn.ads
View file @
8bead36a
...
...
@@ -29,8 +29,8 @@
--
--
------------------------------------------------------------------------------
--
This
package
spec
exports
version
information
for
GNAT
,
GNATBIND
and
--
GNATMAKE
.
--
This
package
spec
holds
version
information
for
the
GNAT
tools
.
--
It
is
updated
whenever
the
release
number
is
changed
.
package
Gnatvsn
is
...
...
@@ -75,22 +75,22 @@ package Gnatvsn is
--
other
version
of
GNAT
.
This
is
used
by
the
binder
to
establish
--
space
to
store
any
possible
version
string
value
for
checks
.
This
--
value
should
never
be
decreased
in
the
future
,
but
it
would
be
--
OK
to
increase
it
if
absolutely
necessary
.
--
OK
to
increase
it
if
absolutely
necessary
.
If
it
is
increased
,
--
be
sure
to
increase
GNAT
.
Compiler
.
Version
.
Ver_Len_Max
as
well
.
Ver_Prefix
:
constant
String
:=
"GNAT Version: "
;
--
Prefix
generated
by
binder
.
If
it
is
changed
,
be
sure
to
change
--
GNAT
.
Compiler_Version
.
Ver_Prefix
as
well
.
Library_Version
:
constant
String
:=
"4.6"
;
--
Library
version
.
This
value
must
be
updated
whenever
any
change
to
the
--
compiler
affects
the
library
formats
in
such
a
way
as
to
obsolete
--
previously
compiled
library
modules
.
--
Library
version
.
This
value
must
be
updated
when
the
compiler
--
version
number
Gnat_Static_Version_String
is
updated
.
--
--
Note
:
Makefile
.
in
relies
on
the
precise
format
of
the
library
version
--
s
tring
in
order
to
correctly
construct
the
s
oname
value
.
--
Note
:
Makefile
.
in
uses
the
library
version
string
to
construct
the
--
soname
value
.
Verbose_Library_Version
:
constant
String
:=
"GNAT Lib v"
&
Library_Version
;
--
Version
string
stored
in
e
.
g
.
ALI
files
.
--
Version
string
stored
in
e
.
g
.
ALI
files
Current_Year
:
constant
String
:=
"2010"
;
--
Used
in
printing
copyright
messages
...
...
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