GCC with patches for OS216
Revision | c1fe1947c153282f3d89c7c92b83d10860fe6eb5 (tree) |
---|---|
Time | 2003-04-10 09:16:52 |
Author | GCC Administrator <gccadmin@gcc....> |
Commiter | GCC Administrator |
Daily bump.
From-SVN: r65416.2
@@ -6,7 +6,7 @@ | ||
6 | 6 | -- -- |
7 | 7 | -- S p e c -- |
8 | 8 | -- -- |
9 | --- $Revision: 1.2.12.320 $ | |
9 | +-- $Revision: 1.2.12.321 $ | |
10 | 10 | -- -- |
11 | 11 | -- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- |
12 | 12 | -- -- |
@@ -38,7 +38,7 @@ | ||
38 | 38 | |
39 | 39 | package Gnatvsn is |
40 | 40 | |
41 | - Gnat_Version_String : constant String := "3.2 20030409 (prerelease)"; | |
41 | + Gnat_Version_String : constant String := "3.2 20030410 (prerelease)"; | |
42 | 42 | -- Version output when GNAT (compiler), or its related tools, including |
43 | 43 | -- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run |
44 | 44 | -- (with appropriate verbose option switch set). |
@@ -34,7 +34,7 @@ | ||
34 | 34 | #include <bits/os_defines.h> |
35 | 35 | |
36 | 36 | // The current version of the C++ library in compressed ISO date format. |
37 | -#define __GLIBCPP__ 20030409 | |
37 | +#define __GLIBCPP__ 20030410 | |
38 | 38 | |
39 | 39 | // This is necessary until GCC supports separate template |
40 | 40 | // compilation. |