aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2024-06-12 12:35:13 +0200
committerMarc Poulhiès <dkm@gcc.gnu.org>2024-07-02 15:20:34 +0200
commitfe29260b0d4cefe53fb073804d5b96c58db6245c (patch)
treefe02561af0b11e9eefe8856b892106f8eb97816e /gcc/ada
parent68e034920bab9abd547503967f73b81cc37cfbf4 (diff)
downloadgcc-fe29260b0d4cefe53fb073804d5b96c58db6245c.zip
gcc-fe29260b0d4cefe53fb073804d5b96c58db6245c.tar.gz
gcc-fe29260b0d4cefe53fb073804d5b96c58db6245c.tar.bz2
ada: Document that -gnatdJ is unused
gcc/ada/ * debug.adb (dJ): Add back as unused.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/debug.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index f7fcd39..3313c4a 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -67,6 +67,7 @@ package body Debug is
-- dG Generate all warnings including those normally suppressed
-- dH Hold (kill) call to gigi
-- dI Inhibit internal name numbering in gnatG listing
+ -- dJ
-- dK Kill all error messages
-- dL Ignore external calls from instances for elaboration
-- dM Assume all variables are modified (no current values)