diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-26 10:42:09 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-26 10:42:09 +0000 |
commit | da336b70c58a7eae86b0edd97c183503c25a9dd0 (patch) | |
tree | 122d807b58819eca7af099f8147ccecdf1e42fad /gcc/ada/gnatvsn.ads | |
parent | 2359306a95a08a4b7c34d1d9fc0ab34c1b4ed5d3 (diff) | |
download | gcc-da336b70c58a7eae86b0edd97c183503c25a9dd0.tar.gz |
2007-09-26 Thomas Quinot <quinot@adacore.com>
Sergey Rybin <rybin@adacore.com>
* gnatvsn.ads (PCS_Version_Number, ASIS_Version_Number): Removed.
* exp_dist.ads (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
where it belongs.
* opt.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
* rtsfind.adb (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
where it belongs.
* sem_dist.ads: Minor comment fix
* tree_io.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnatvsn.ads')
-rw-r--r-- | gcc/ada/gnatvsn.ads | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 1b1398920ba..b806f448eb9 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -90,20 +90,6 @@ package Gnatvsn is Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version; -- Version string stored in e.g. ALI files. - ASIS_Version_Number : constant := 6; - -- ASIS Version. This is used to check for consistency between the compiler - -- used to generate trees, and an ASIS application that is reading the - -- trees. It must be updated (incremented) whenever a change is made to - -- the tree format that would result in a compiler being incompatible with - -- an older version of ASIS, or vice versa. - - PCS_Version_Number : constant := 1; - -- PCS interface version. This is used to check for consistency between the - -- compiler used to generate distribution stubs and the PCS implementation. - -- It must be incremented whenever a change is made to the generated code - -- for distribution stubs that would result in the compiler being - -- incompatible with an older version of the PCS, or vice versa. - Current_Year : constant String := "2007"; -- Used in printing copyright messages |