aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ali-util.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-22 11:02:09 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-22 11:02:09 +0200
commitb2cacbfe4b1a904fc8b9fc58f28aa02bcc479540 (patch)
tree6899598be63dfd66ea0d8a905fa67221507cd123 /gcc/ada/ali-util.ads
parentd2062f520382da129b9e4b5f5aca71c7d66d6c25 (diff)
downloadgcc-b2cacbfe4b1a904fc8b9fc58f28aa02bcc479540.zip
gcc-b2cacbfe4b1a904fc8b9fc58f28aa02bcc479540.tar.gz
gcc-b2cacbfe4b1a904fc8b9fc58f28aa02bcc479540.tar.bz2
[multiple changes]
2010-06-22 Robert Dewar <dewar@adacore.com> * ali-util.ads: Minor comment update. * g-socthi-mingw.adb: Minor reformatting. 2010-06-22 Ed Falis <falis@adacore.com> * s-osinte-vxworks.ads: take sigset_t definition from System.VxWorks.Ext * s-vxwext.ads, s-vxwext-kernel.ads, s-vxwext-rtp.ads: Define sigset_t for specific versions of VxWorks. 2010-06-22 Emmanuel Briot <briot@adacore.com> * gnat_rm.texi, gnat_ugn.texi, projects.texi: Remove all project files related sections from user's guide and reference manual, since they have now been merged together into a separate document (projects.texi). This removes a lot of duplication where attributes where described in several places. The grammar for the project files is now in each of the sections (packages,expressions,...) instead of being duplicates in two other sections (one in the user's guide that contained the full grammar, and various sections in the rm that contained extracts of the same grammar). Added the full list of all supported attributes, since existing lists were incomplete Rename "associative array" into "indexed attribute" Remove sections that were duplicates ("External References in Project Files" and "External Values", and "Project Extensions" for instance). The list of valid packages in project files is now in a single place. 2010-06-22 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Add_Internal_Interface_Entities): If Find_Primitive_Covering_Interface does not find the operation, it may be because of a name conflict between the inherited operation and a local non-overloadable name. In that case look for the operation among the primitive operations of the type. This search must succeed regardless of visibility. From-SVN: r161150
Diffstat (limited to 'gcc/ada/ali-util.ads')
-rw-r--r--gcc/ada/ali-util.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/ali-util.ads b/gcc/ada/ali-util.ads
index 3f4f6eb..cbdb14f 100644
--- a/gcc/ada/ali-util.ads
+++ b/gcc/ada/ali-util.ads
@@ -32,9 +32,8 @@ package ALI.Util is
-- Source File Table --
-----------------------
- -- A source file table entry is built for every source file that is in the
- -- source dependency table of any of the ALI files that make up the current
- -- program.
+ -- A table entry is built for every source file that is in the source
+ -- dependency table of any ALI file that is part of the current program.
No_Source_Id : constant Source_Id := Source_Id'First;
-- Special value indicating no Source table entry