diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-15 08:42:31 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-15 08:42:31 +0000 |
commit | 07ae4f9f264430f17c5c26dc4653b90eefd2685f (patch) | |
tree | 5ec465fb2c19ea31850a3d8d4c203afc560625aa /gcc/ada/s-tasuti.ads | |
parent | 216db6e5e86affd4b62e3c9c9fadbb461b78ab13 (diff) | |
download | gcc-07ae4f9f264430f17c5c26dc4653b90eefd2685f.tar.gz |
2009-04-15 Arnaud Charlet <charlet@adacore.com>
* system-linux-sparc.ads: Remove obsolete entries.
2009-04-15 Thomas Quinot <quinot@adacore.com>
* s-tasuti.ads: Add ??? comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146082 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-tasuti.ads')
-rw-r--r-- | gcc/ada/s-tasuti.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-tasuti.ads b/gcc/ada/s-tasuti.ads index 5135bafe49a..7f9e8bff20c 100644 --- a/gcc/ada/s-tasuti.ads +++ b/gcc/ada/s-tasuti.ads @@ -52,7 +52,7 @@ package System.Tasking.Utilities is -- then it will abort all the level 2 tasks. See Finalize_Global_Tasks -- procedure for more information. -- - -- This is a dangerous operation, and should only be used on nested tasks + -- This is a dangerous operation, and should never be used on nested tasks -- or tasks that depend on any objects that might be finalized earlier than -- the termination of the environment task. It is for internal use by the -- GNARL, to prevent such internal server tasks from preventing a partition |