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.adb10
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 44d8df7..4441490 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2004, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -422,8 +422,7 @@ begin
-- Lines for -gnaty switch
Write_Switch_Char ("y");
- Write_Line ("Enable all style checks except 'o', indent=3");
-
+ Write_Line ("Enable default style checks (same as -gnaty3abcefhiklmnprst)");
Write_Switch_Char ("yxx");
Write_Line ("Enable selected style checks xx = list of parameters:");
Write_Line (" 1-9 check indentation");
@@ -467,4 +466,9 @@ begin
Write_Switch_Char ("83");
Write_Line ("Enforce Ada 83 restrictions");
+ -- Line for -gnat05 switch
+
+ Write_Switch_Char ("05");
+ Write_Line ("Allow Ada 2005 extensions");
+
end Usage;