2010-10-19 Thomas Quinot <quinot@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Oct 2010 10:06:43 +0000 (10:06 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Oct 2010 10:06:43 +0000 (10:06 +0000)
* einfo.ads, atree.ads: Minor comment fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165688 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/atree.ads
gcc/ada/einfo.ads

index 2cec51c..acc417c 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-19  Thomas Quinot  <quinot@adacore.com>
+
+       * einfo.ads, atree.ads: Minor comment fixes.
+
 2010-10-18  Bob Duff  <duff@adacore.com>
 
        * sinfo.ads, sinfo.adb: Modify comment about adding fields to be more
index a40c192..06e06de 100644 (file)
@@ -277,7 +277,7 @@ package Atree is
 
    --  Field1-5 fields are set to Empty
 
-   --  Field6-22 fields in extended nodes are set to Empty
+   --  Field6-29 fields in extended nodes are set to Empty
 
    --  Parent is set to Empty
 
index 2822ac2..6accd05 100644 (file)
@@ -1250,7 +1250,7 @@ package Einfo is
 --          Alignment attribute definition clause
 --          Machine_Attribute pragma
 --          Link_Alias pragma
---          Link-Section pragma
+--          Linker_Section pragma
 --          Weak_External pragma
 --
 --       If any of these items are present, then the flag Has_Gigi_Rep_Item
@@ -4703,6 +4703,7 @@ package Einfo is
    --    RM_Size                             (Uint13)
    --    Alignment                           (Uint14)
    --    Related_Expression                  (Node24)
+   --    Current_Use_Clause                  (Node27)
 
    --    Depends_On_Private                  (Flag14)
    --    Discard_Names                       (Flag88)