summaryrefslogtreecommitdiff
path: root/gcc/ada/s-tassta.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-18 10:34:56 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-18 10:34:56 +0000
commit38e26a05a3eb00ed2e0b33deee45af7ffd7a56c4 (patch)
tree1b8e214d778fdfd8d8a13ab7a5c90cf30fac3388 /gcc/ada/s-tassta.ads
parentd9c927cc34dae95c3dca6300d1629ebc6c29b189 (diff)
downloadgcc-38e26a05a3eb00ed2e0b33deee45af7ffd7a56c4.tar.gz
2010-10-18 Robert Dewar <dewar@adacore.com>
* sinfo.ads, sinfo.adb: Change Has_Pragma_CPU to Flag14 (Flag10 is standard field). 2010-10-18 Robert Dewar <dewar@adacore.com> * s-stausa.adb, s-taprop-linux.adb, s-taprop-mingw.adb, s-tassta.ads: Minor reformatting. 2010-10-18 Robert Dewar <dewar@adacore.com> * exp_strm.adb (Build_Elementary_Input_Call): Check No_Default_Stream_Attributes. (Build_Elementary_Write_Call): Check No_Default_Stream_Attributes * s-rident.ads: Add restriction No_Default_Stream_Attributes Put restriction No_Allocators_After_Elaboration in alpha order git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165626 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-tassta.ads')
-rw-r--r--gcc/ada/s-tassta.ads12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/s-tassta.ads b/gcc/ada/s-tassta.ads
index a6359c0e0c7..6b8c7d7df3b 100644
--- a/gcc/ada/s-tassta.ads
+++ b/gcc/ada/s-tassta.ads
@@ -184,15 +184,15 @@ package System.Tasking.Stages is
-- Compiler interface only. Do not call from within the RTS.
-- This must be called to create a new task.
--
- -- Priority is the task's priority (assumed to be in the
- -- System.Any_Priority'Range)
+ -- Priority is the task's priority (assumed to be in range of type
+ -- System.Any_Priority)
-- Size is the stack size of the task to create
-- Task_Info is the task info associated with the created task, or
-- Unspecified_Task_Info if none.
- -- CPU is the task affinity. We pass it as an Integer because the
- -- undefined value is not in the range of CPU_Range. Static range
- -- checks are performed when analyzing the pragma, and dynamic ones are
- -- performed before setting the affinity at run time.
+ -- CPU is the task affinity. Passed as an Integer because the undefined
+ -- value is not in the range of CPU_Range. Static range checks are
+ -- performed when analyzing the pragma, and dynamic ones are performed
+ -- before setting the affinity at run time.
-- Relative_Deadline is the relative deadline associated with the created
-- task by means of a pragma Relative_Deadline, or 0.0 if none.
-- State is the compiler generated task's procedure body