diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-22 15:56:47 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-22 15:56:47 +0000 |
commit | a9958373732b92aa3746e59b2ebd986b779d545d (patch) | |
tree | ee678145b2dde82f9ff47f5337fba7033e2f1e0b /gcc/ada/put_scos.ads | |
parent | b543d604735412e9b2ef1b57677a05e181f6a89d (diff) | |
download | gcc-a9958373732b92aa3746e59b2ebd986b779d545d.tar.gz |
2009-07-22 Eric Botcazou <ebotcazou@adacore.com>
* exp_aggr.adb (Gen_Loop): Do not qualify the bounds of the range if
they are already of the base type of the index.
2009-07-22 Brett Porter <porter@adacore.com>
* sysdep.c, init.c: Fix typo: _SPE_ should have been __SPE__.
2009-07-22 Robert Dewar <dewar@adacore.com>
* vms_data.ads: Add entry for SCO_OUTPUT (-gnateS)
* gnat_ugn.texi: Add documentation for -gnateS switch
* ug_words: Add entry for -gnateS /SCO_OUTPUT
* gcc-interface/Make-lang.in: Update dependenciest.3
* get_scos.adb, get_scos.ads, gnat1drv.adb, par_sco.adb,
par_sco.ads, put_scos.adb, put_scos.ads, scos.adb, scos.ads: Initial
complete information for SCO input/output.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149945 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/put_scos.ads')
-rw-r--r-- | gcc/ada/put_scos.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/put_scos.ads b/gcc/ada/put_scos.ads index a2ea41e6b81..d8d77202b7d 100644 --- a/gcc/ada/put_scos.ads +++ b/gcc/ada/put_scos.ads @@ -31,7 +31,10 @@ with Types; use Types; generic - -- The following procedures are used to output text information + -- The following procedures are used to output text information. The + -- destination of the text information is thus under control of the + -- particular instantiation. In particular, this procedure is used to + -- write output to the ALI file, and also for debugging output. with procedure Write_Info_Char (C : Character) is <>; -- Outputs one character |