aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 9e2b3c4..87d2735 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -598,4 +598,9 @@ begin
Write_Line ("Allow Ada 2005 extensions");
end if;
+ -- Line for -gnat-p switch
+
+ Write_Switch_Char ("-p");
+ Write_Line ("Cancel effect of previous -gnatp switch");
+
end Usage;