summaryrefslogtreecommitdiff
path: root/gcc/ada/s-shasto.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-shasto.ads')
-rw-r--r--gcc/ada/s-shasto.ads8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/s-shasto.ads b/gcc/ada/s-shasto.ads
index 69ddebaf158..02d2dd0b368 100644
--- a/gcc/ada/s-shasto.ads
+++ b/gcc/ada/s-shasto.ads
@@ -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- --
@@ -31,13 +31,17 @@
-- --
------------------------------------------------------------------------------
--- 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 --
-- --------------------------