aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2015-10-26 12:00:55 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-10-26 13:00:55 +0100
commitb30fc1f9d6ca2ad28b3c136e88049a285533df8f (patch)
tree21d4b48dec1b0ef1c48f41096777d4b15018d2cd /gcc/ada/debug.adb
parent3fee081aa9efc529c87f812e1b04d691d8c13c88 (diff)
downloadgcc-b30fc1f9d6ca2ad28b3c136e88049a285533df8f.zip
gcc-b30fc1f9d6ca2ad28b3c136e88049a285533df8f.tar.gz
gcc-b30fc1f9d6ca2ad28b3c136e88049a285533df8f.tar.bz2
debug.adb: Introduce debug flag -gnatd.5.
2015-10-26 Arnaud Charlet <charlet@adacore.com> * debug.adb: Introduce debug flag -gnatd.5. From-SVN: r229349
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 29872b6..b38b82b 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -159,7 +159,7 @@ package body Debug is
-- d.2 Allow statements in declarative part
-- d.3 Output debugging information from Exp_Unst
-- d.4
- -- d.5
+ -- d.5 Do not generate imported subprogram definitions in C code
-- d.6
-- d.7
-- d.8
@@ -762,6 +762,10 @@ package body Debug is
-- d.3 Output debugging information from Exp_Unst, including the name of
-- any unreachable subprograms that get deleted.
+ -- d.5 By default a subprogram imported generates a subprogram profile.
+ -- This debug flag disables this generation when generating C code,
+ -- assuming a proper #include will be used instead.
+
------------------------------------------
-- Documentation for Binder Debug Flags --
------------------------------------------