diff options
author | Thomas Quinot <quinot@adacore.com> | 2010-10-19 10:06:43 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-19 12:06:43 +0200 |
commit | 6c946a9fc31118ae37f00dbb168e17dec1ac9a7b (patch) | |
tree | 519d6f5b661078bd498a8809acc8acbbdd9a1c97 /gcc | |
parent | 9018b19c6e5db1127a4f03ab0198c6b693fceb6c (diff) | |
download | gcc-6c946a9fc31118ae37f00dbb168e17dec1ac9a7b.zip gcc-6c946a9fc31118ae37f00dbb168e17dec1ac9a7b.tar.gz gcc-6c946a9fc31118ae37f00dbb168e17dec1ac9a7b.tar.bz2 |
einfo.ads, atree.ads: Minor comment fixes.
2010-10-19 Thomas Quinot <quinot@adacore.com>
* einfo.ads, atree.ads: Minor comment fixes.
From-SVN: r165688
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/atree.ads | 2 | ||||
-rw-r--r-- | gcc/ada/einfo.ads | 3 |
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) |