aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/atree.ads2
-rw-r--r--gcc/ada/einfo.ads3
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 2cec51c..acc417c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads
index a40c192..06e06de 100644
--- a/gcc/ada/atree.ads
+++ b/gcc/ada/atree.ads
@@ -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
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index 2822ac2..6accd05 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -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)