]> gcc.gnu.org Git - gcc.git/commitdiff
switch-m.ads (Normalize_Compiler_Switches): Take into account switches -gnatw.?
authorVincent Celier <celier@adacore.com>
Mon, 20 Jul 2009 13:51:39 +0000 (13:51 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Jul 2009 13:51:39 +0000 (15:51 +0200)
2009-07-20  Vincent Celier  <celier@adacore.com>

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

From-SVN: r149820

gcc/ada/ChangeLog
gcc/ada/switch-m.ads

index 33d78b8dd51b3f418da3812d60a492653b8f4140..a3aeec64f2a7c0f1c5fc9eb65769d440cfc25861 100644 (file)
@@ -20,8 +20,8 @@
 
 2009-07-20  Vincent Celier  <celier@adacore.com>
 
-       * switch-m.adb (Normalize_Compiler_Switches): Take into account
-       switches -gnatw.?
+       * switch-m.ads, switch-m.adb (Normalize_Compiler_Switches): Take into
+       account switches -gnatw.?
 
 2009-07-20  Thomas Quinot  <quinot@adacore.com>
 
index b0f1b9e6c780ddbb98b8885d60662fab5ff0dac2..9a6124b46401f2b0936ffce3ad8708bf96ac0951 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 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 --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -62,8 +62,7 @@ package Switch.M is
    --  they are shallow copies of components in a table in the body.
 
    function Normalize_Compiler_Switches
-     (Switch_Chars : String)
-      return         Argument_List;
+     (Switch_Chars : String) return Argument_List;
    --  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
    --  that Switch_Chars is ill-formed or does not contain any switch that
This page took 0.071011 seconds and 5 git commands to generate.