diff options
author | Robert Dewar <dewar@adacore.com> | 2009-04-22 09:50:01 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-22 11:50:01 +0200 |
commit | 1cb46af046435fde79f3b2cf351e2bfc654d8422 (patch) | |
tree | 4c95d8beae320730cc4760df0fe6d476932b67c3 /gcc/ada/lib-load.ads | |
parent | 218e53ff255953c209d36c431f3eda3fcd7d296a (diff) | |
download | gcc-1cb46af046435fde79f3b2cf351e2bfc654d8422.tar.gz |
lib-load.adb: MInor reformatting
2009-04-22 Robert Dewar <dewar@adacore.com>
* lib-load.adb: MInor reformatting
* lib-load.ads: Minor reformatting
* sinfo.ads: Minor reformatting
From-SVN: r146557
Diffstat (limited to 'gcc/ada/lib-load.ads')
-rw-r--r-- | gcc/ada/lib-load.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/lib-load.ads b/gcc/ada/lib-load.ads index 088cc382499..fe1fd6eaeb2 100644 --- a/gcc/ada/lib-load.ads +++ b/gcc/ada/lib-load.ads @@ -176,6 +176,7 @@ package Lib.Load is -- We create an additional entry for the body, so that the binder can -- generate the proper elaboration calls to both. The argument N is the -- compilation unit node created for the body. + -- -- If the instance is not the main program, we still generate the instance -- body even though we do not generate code for it. In that case we still -- generate a compilation unit node for it, and we need to make an entry |