Commit 9f5b865a by Vincent Celier Committed by Arnaud Charlet

switch-c.adb: Document internal switches.

2013-04-11  Vincent Celier  <celier@adacore.com>

	* switch-c.adb: Document internal switches.
	* usage.adb: Remove lines for internal switches: -gnatea, -gnateO,
	-gnatez and -gnateO.

From-SVN: r197782
parent afb4a8cd
2013-04-11 Vincent Celier <celier@adacore.com>
* switch-c.adb: Document internal switches.
* usage.adb: Remove lines for internal switches: -gnatea, -gnateO,
-gnatez and -gnateO.
2013-04-11 Ed Schonberg <schonberg@adacore.com>
* par-ch6.adb (P_Subprogram): Attach aspects to subprogram stub.
......
......@@ -167,10 +167,7 @@ begin
Write_Switch_Char ("Dnn");
Write_Line ("Debug expanded generated code (max line length = nn)");
-- Line for -gnatea switch
Write_Switch_Char ("ea");
Write_Line ("Delimiter for automatically added switches (internal switch)");
-- No line for -gnatea : internal switch
-- Line for -gnateA switch
......@@ -227,10 +224,7 @@ begin
Write_Switch_Char ("em=?");
Write_Line ("Specify mapping file, e.g. -gnatem=mapping");
-- Line for -gnateO=?
Write_Switch_Char ("eO=?");
Write_Line ("Specify an object path file (internal switch)");
-- No line for -gnateO=? : internal switch
-- Line for -gnatep switch
......@@ -262,10 +256,7 @@ begin
Write_Switch_Char ("eY");
Write_Line ("Ignore all Style_Checks pragmas in source");
-- Line for -gnatez switch
Write_Switch_Char ("ez");
Write_Line ("Delimiter for automatically added switches (internal switch)");
-- No line for -gnatez : internal switch
-- Line for -gnatE switch
......@@ -355,10 +346,7 @@ begin
Write_Line
("Set mode for general/assertion expressions separately");
-- Line for -gnatO switch
Write_Switch_Char ("O nm ");
Write_Line ("Set name of output ali file (internal switch)");
-- No line for -gnatO : internal switch
-- Line for -gnatp switch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment