aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorRobert Dewar <dewar@gnat.com>2001-12-05 02:09:02 +0000
committerGeert Bosch <bosch@gcc.gnu.org>2001-12-05 03:09:02 +0100
commit4ba603e2f26ff7061587496efeb6369bdb9c7181 (patch)
tree1b4bc0376988f5d119c59fcf49a704865e68efb8 /gcc/ada
parent57568d910cc8f333c9513ed9df37449e3ee97856 (diff)
downloadgcc-4ba603e2f26ff7061587496efeb6369bdb9c7181.zip
gcc-4ba603e2f26ff7061587496efeb6369bdb9c7181.tar.gz
gcc-4ba603e2f26ff7061587496efeb6369bdb9c7181.tar.bz2
* einfo.ads: Minor reformatting
From-SVN: r47650
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/einfo.ads4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index cfe75b9..7d887e5 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-04 Robert Dewar <dewar@gnat.com>
+
+ * einfo.ads: Minor reformatting
+
2001-12-04 Ed Schonberg <schonber@gnat.com>
* einfo.ads: Block_Node points to the identifier of the block, not to
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index af3c131..f480458 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -398,8 +398,8 @@ package Einfo is
-- Block_Statement itself. Used when retrieving the block construct
-- for finalization purposes, The block entity has an implicit label
-- declaration in the enclosing declarative part, and has otherwise
--- no direct connection in the tree with the block statement.
--- The link is to the identifier (which is an occurence of the entity)
+-- no direct connection in the tree with the block statement. The
+-- link is to the identifier (which is an occurence of the entity)
-- and not to the block_statement itself, because the statement may
-- be rewritten, e.g. in the process of removing dead code.