diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-05 10:16:33 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-05 10:16:33 +0200 |
commit | 2f0c4fcf427abfe2c8f3e7fe2e851ec19d7ff446 (patch) | |
tree | b086ff06c8ce90cab64dad8a16008b892ecdd491 | |
parent | 6f2b033bd5332574e31a08339d3abe27807d7cb9 (diff) | |
download | gcc-2f0c4fcf427abfe2c8f3e7fe2e851ec19d7ff446.zip gcc-2f0c4fcf427abfe2c8f3e7fe2e851ec19d7ff446.tar.gz gcc-2f0c4fcf427abfe2c8f3e7fe2e851ec19d7ff446.tar.bz2 |
tbuild.ads (New_External_Name): Update spec to reflect relaxed restriction on Prefix.
2008-08-05 Thomas Quinot <quinot@adacore.com>
* tbuild.ads (New_External_Name): Update spec to reflect relaxed
restriction on Prefix.
From-SVN: r138669
-rw-r--r-- | gcc/ada/tbuild.ads | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads index cca0d20..ae1ba44 100644 --- a/gcc/ada/tbuild.ads +++ b/gcc/ada/tbuild.ads @@ -202,11 +202,11 @@ package Tbuild is -- -- Prefix is prepended only if Prefix is non-blank (in which case it -- must be an upper case letter other than O,Q,U,W (which are used for - -- identifier encoding, see Namet), and T is reserved for use by implicit - -- types, and X is reserved for use by debug type encoding (see package - -- Exp_Dbug). Note: the reason that Prefix is last is that it is almost - -- always omitted. The notable case of Prefix being non-null is when - -- it is 'T' for an implicit type. + -- identifier encoding, see Namet), or an underscore, and T is reserved for + -- use by implicit types, and X is reserved for use by debug type encoding + -- (see package Exp_Dbug). Note: the reason that Prefix is last is that it + -- is almost always omitted. The notable case of Prefix being non-null is + -- when it is 'T' for an implicit type. -- Suffix_Index'Image is appended only if the value of Suffix_Index is -- positive, or if Suffix_Index is negative 1, then a unique serialized |