Commit 151293b5 by Vincent Celier Committed by Arnaud Charlet

switch-m.ads (Normalize_Compiler_Switches): Take into account switches -gnatw.?

2009-07-20  Vincent Celier  <celier@adacore.com>

	* switch-m.ads (Normalize_Compiler_Switches): Take into account
	switches -gnatw.?

From-SVN: r149820
parent 1be9633f
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
2009-07-20 Vincent Celier <celier@adacore.com> 2009-07-20 Vincent Celier <celier@adacore.com>
* switch-m.adb (Normalize_Compiler_Switches): Take into account * switch-m.ads, switch-m.adb (Normalize_Compiler_Switches): Take into
switches -gnatw.? account switches -gnatw.?
2009-07-20 Thomas Quinot <quinot@adacore.com> 2009-07-20 Thomas Quinot <quinot@adacore.com>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 2001-2007, Free Software Foundation, Inc. -- -- Copyright (C) 2001-2009, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -62,8 +62,7 @@ package Switch.M is ...@@ -62,8 +62,7 @@ package Switch.M is
-- they are shallow copies of components in a table in the body. -- they are shallow copies of components in a table in the body.
function Normalize_Compiler_Switches function Normalize_Compiler_Switches
(Switch_Chars : String) (Switch_Chars : String) return Argument_List;
return Argument_List;
-- Similar to the previous procedure. The return value is the list of -- Similar to the previous procedure. The return value is the list of
-- simple switches. It may be an empty array if it has been determined -- simple switches. It may be an empty array if it has been determined
-- that Switch_Chars is ill-formed or does not contain any switch that -- that Switch_Chars is ill-formed or does not contain any switch that
......
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