aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Baird <baird@adacore.com>2022-08-24 09:11:02 -0700
committerMarc Poulhiès <poulhies@adacore.com>2022-09-12 10:16:50 +0200
commit2fa4beae4482f4fac6556e1ef2e941787507073e (patch)
tree1e24ba232227640f3f8f5e1e288e3260c419da2c
parent65d76c55931c076d674def3e6bd035f875e2c55c (diff)
downloadgcc-2fa4beae4482f4fac6556e1ef2e941787507073e.zip
gcc-2fa4beae4482f4fac6556e1ef2e941787507073e.tar.gz
gcc-2fa4beae4482f4fac6556e1ef2e941787507073e.tar.bz2
[Ada] Remove a no-longer-correct comment
Remove a comment about the former use of the -gnatd9 switch (that switch is now unused). gcc/ada/ * debug.adb: remove a comment.
-rw-r--r--gcc/ada/debug.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index b67103a..475a123 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -1089,9 +1089,6 @@ package body Debug is
-- opposite endianness from the actual correct value. Useful in
-- testing out code generation from the packed routines.
- -- d9 This allows lock free implementation for protected objects
- -- (see Exp_Ch9).
-
-- d.1 Sets Opt.Unnest_Subprogram_Mode to enable unnesting of subprograms.
-- This special pass does not actually unnest things, but it ensures
-- that a nested procedure does not contain any uplevel references.