aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/par_sco.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/par_sco.ads')
-rw-r--r--gcc/ada/par_sco.ads7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/par_sco.ads b/gcc/ada/par_sco.ads
index 9f24af4..31ed2d8 100644
--- a/gcc/ada/par_sco.ads
+++ b/gcc/ada/par_sco.ads
@@ -211,7 +211,12 @@ package Par_SCO is
-- unit U in the ALI file, as recorded by previous calls to SCO_Record,
-- possibly modified by calls to Set_SCO_Condition.
+ procedure dsco;
+ -- Debug routine to dump SCO table. This is a raw format dump showing
+ -- exactly what the tables contain.
+
procedure pscos;
- -- Debugging procedure to output contents of SCO binary tables in SCOs
+ -- Debugging procedure to output contents of SCO binary tables in the
+ -- format in which they appear in an ALI file.
end Par_SCO;