]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/s-shasto.ads
3psoccon.ads, [...]: Files added.
[thirdparty/gcc.git] / gcc / ada / s-shasto.ads
index 69ddebaf1580338f53c164ab34ad74e18b9f851d..02d2dd0b3682f8e46a20c7d0ec9bb93420d0e29c 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1998-2001 Free Software Foundation, Inc.          --
+--          Copyright (C) 1998-2003 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- --
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This package manages the shared/persistent storage required for
+--  This package manages the shared/persistant storage required for
 --  full implementation of variables in Shared_Passive packages, more
 --  precisely variables whose enclosing dynamic scope is a shared
 --  passive package. This implementation is specific to GNAT and GLADE
 --  provides a more general implementation not dedicated to file
 --  storage.
 
+--  This unit (and shared passive partitions) are supported on all
+--  GNAT implementations except on OpenVMS (where problems arise from
+--  trying to share files, and with version numbers of files)
+
 --  --------------------------
 --  -- Shared Storage Model --
 --  --------------------------