diff options
author | Robert Dewar <dewar@adacore.com> | 2014-07-17 06:35:13 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-17 08:35:13 +0200 |
commit | 2bd67690e9dcdfcddb32cffb13043a1ca95ff756 (patch) | |
tree | 32444e488d3b2cf3ccc24757d930ec5c8c41ecea /gcc/ada/a-tiflio.ads | |
parent | 59f4d03898e13da463a202919875dfa3fac43456 (diff) | |
download | gcc-2bd67690e9dcdfcddb32cffb13043a1ca95ff756.zip gcc-2bd67690e9dcdfcddb32cffb13043a1ca95ff756.tar.gz gcc-2bd67690e9dcdfcddb32cffb13043a1ca95ff756.tar.bz2 |
debug.adb: Remove -gnatdQ.
2014-07-17 Robert Dewar <dewar@adacore.com>
* debug.adb: Remove -gnatdQ.
* exp_disp.adb: Remove -gnatdQ.
* a-ztenio.ads, a-wtinio.ads, a-wtmoio.ads, a-ztcoau.ads, a-tiinio.ads,
a-wtfiio.ads, a-timoio.ads, sem_ch12.adb, a-tifiio.ads, a-ztinio.ads,
rtsfind.adb, rtsfind.ads, a-ztmoio.ads, a-wtdeio.ads, a-ztfiio.ads,
a-tideio.ads, a-wtflio.ads, a-ztdeio.ads, sem_ch8.adb, a-tiflio.ads,
sprint.adb, a-ztflio.ads, snames.ads-tmpl, a-wtenio.ads,
a-tienio.ads: Rename Text_IO_Kludge to Text_IO_Special_Unit.
From-SVN: r212725
Diffstat (limited to 'gcc/ada/a-tiflio.ads')
-rw-r--r-- | gcc/ada/a-tiflio.ads | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/a-tiflio.ads b/gcc/ada/a-tiflio.ads index 0df8e53..89eec99 100644 --- a/gcc/ada/a-tiflio.ads +++ b/gcc/ada/a-tiflio.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -36,8 +36,9 @@ -- In Ada 95, the package Ada.Text_IO.Float_IO is a subpackage of Text_IO. -- This is for compatibility with Ada 83. In GNAT we make it a child package -- to avoid loading the necessary code if Float_IO is not instantiated. See --- routine Rtsfind.Text_IO_Kludge for a description of how we patch up the --- difference in semantics so that it is invisible to the Ada programmer. +-- routine Rtsfind.Check_Text_IO_Special_Unit for a description of how we +-- patch up the difference in semantics so that it is invisible to the Ada +-- programmer. private generic type Num is digits <>; |