aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-07-17 06:35:13 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-17 08:35:13 +0200
commit2bd67690e9dcdfcddb32cffb13043a1ca95ff756 (patch)
tree32444e488d3b2cf3ccc24757d930ec5c8c41ecea /gcc/ada/debug.adb
parent59f4d03898e13da463a202919875dfa3fac43456 (diff)
downloadgcc-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/debug.adb')
-rw-r--r--gcc/ada/debug.adb8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index e54b631..869b8cd 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -80,7 +80,7 @@ package body Debug is
-- dN No file name information in exception messages
-- dO Output immediate error messages
-- dP Do not check for controlled objects in preelaborable packages
- -- dQ Do not generate runtime check for duplicated external tag
+ -- dQ
-- dR Bypass check for correct version of s-rpc
-- dS Never convert numbers to machine numbers in Sem_Eval
-- dT Convert to machine numbers only for constant declarations
@@ -438,12 +438,6 @@ package body Debug is
-- in preelaborable packages, but this restriction is a huge pain,
-- especially in the predefined library units.
- -- dQ Eliminate check for duplicate external tags. This check was added
- -- as per AI 0113, and causes some backward compatibility problems.
- -- It is never legitimate to have duplicate external tags, so the
- -- check is certainly valid, but this debug switch can be useful for
- -- enabling previous behavior of ignoring this problem.
-
-- dR Bypass the check for a proper version of s-rpc being present
-- to use the -gnatz? switch. This allows debugging of the use
-- of stubs generation without needing to have GLADE (or some