From 07173d144d06b149d29108fa417ef950b1551232 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 19 Oct 2010 10:06:43 +0000 Subject: [PATCH] 2010-10-19 Thomas Quinot * 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 | 4 ++++ gcc/ada/atree.ads | 2 +- 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 + + * einfo.ads, atree.ads: Minor comment fixes. + 2010-10-18 Bob Duff * 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) -- 2.7.4