OSDN Git Service

* decl2.c (maybe_emit_vtables): Produce same comdat group when outputting
[pf3gnuchains/gcc-fork.git] / gcc / ada / vms_conv.ads
index 98496df..965bb37 100644 (file)
@@ -6,18 +6,17 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 2003-2006, Free Software Foundation, Inc.         --
+--          Copyright (C) 2003-2008, 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- --
--- ware  Foundation;  either version 2,  or (at your option) any later ver- --
+-- ware  Foundation;  either version 3,  or (at your option) any later ver- --
 -- sion.  GNAT is distributed in the hope that it will be useful, but WITH- --
 -- OUT ANY WARRANTY;  without even the  implied warranty of MERCHANTABILITY --
 -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
 -- for  more details.  You should have  received  a copy of the GNU General --
--- Public License  distributed with GNAT;  see file COPYING.  If not, write --
--- to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, --
--- Boston, MA 02110-1301, USA.                                              --
+-- Public License  distributed with GNAT; see file COPYING3.  If not, go to --
+-- http://www.gnu.org/licenses for a complete copy of the license.          --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
@@ -66,7 +65,7 @@ package VMS_Conv is
    --  GNATCmd. The entries are represented by an array of records.
 
    type Parameter_Type is
-   --  A parameter is defined as a whitespace bounded string, not begining
+   --  A parameter is defined as a whitespace bounded string, not beginning
    --   with a slash. (But see note under FILES_OR_WILDCARD).
      (File,
       --  A required file or directory parameter
@@ -82,7 +81,7 @@ package VMS_Conv is
       --  parameters including wildcard specifications.
 
       Unlimited_As_Is,
-      --  Un unlimited number of whitespace separated paameters that are
+      --  An unlimited number of whitespace separated parameters that are
       --  passed through as is (not canonicalized).
 
       Files_Or_Wildcard);
@@ -99,6 +98,7 @@ package VMS_Conv is
       Clean,
       Compile,
       Check,
+      Sync,
       Elim,
       Find,
       Krunch,