aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-cuprqu.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-09-01 12:36:43 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-01 12:36:43 +0200
commit516f608f15dcef7a20a2e178c57e3e8078784331 (patch)
treec14fd51fc3ca9f529580faf85a8e07628662b3cb /gcc/ada/a-cuprqu.ads
parent2d42e8812ef4954cd42ac861090c16ac27c3ac7e (diff)
downloadgcc-516f608f15dcef7a20a2e178c57e3e8078784331.zip
gcc-516f608f15dcef7a20a2e178c57e3e8078784331.tar.gz
gcc-516f608f15dcef7a20a2e178c57e3e8078784331.tar.bz2
[multiple changes]
2011-09-01 Robert Dewar <dewar@adacore.com> * a-cbprqu.adb, a-cbprqu.ads, a-cuprqu.adb, a-cuprqu.ads, a-cbsyqu.adb, a-cbsyqu.ads: Minor reformatting. 2011-09-01 Ed Schonberg <schonberg@adacore.com> * sem_attr.adb: Conditionalize aliasing predicates to Ada2012. 2011-09-01 Jose Ruiz <ruiz@adacore.com> * aspects.ads (Aspect_Id, Aspect_Argument, Aspect_Names): Add the CPU aspect. * aspects.adb (Canonical_Aspect): Add entry for the CPU aspect. * sem_ch13.adb (Analyze_Aspect_Specifications): Analyze the CPU aspect in a similar way as we do for the Priority or Dispatching_Domain aspect. * s-mudido-affinity.adb (Dispatching_Domain_Tasks, Dispatching_Domains_Frozen): Move this local data to package System.Tasking because with the CPU aspect we need to have access to this data when creating the task in System.Tasking.Stages.Create_Task * s-taskin.ads (Dispatching_Domain_Tasks, Dispatching_Domains_Frozen): Move these variables from the body of System.Multiprocessors.Dispatching_Domains because with the CPU aspect we need to have access to this data when creating the task in System.Tasking.Stages.Create_Task. * s-taskin.adb (Initialize): Signal the allocation of the environment task to a CPU, if any, so that we know whether the CPU can be transferred to a different dispatching domain. * s-tassta.adb (Create_Task): Check whether the CPU to which this task is being allocated belongs to the dispatching domain where the task lives. Signal the allocation of the task to a CPU, if any, so that we know whether the CPU can be transferred to a different dispatching domain. From-SVN: r178400
Diffstat (limited to 'gcc/ada/a-cuprqu.ads')
-rw-r--r--gcc/ada/a-cuprqu.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-cuprqu.ads b/gcc/ada/a-cuprqu.ads
index c06faf3..ac5b19e 100644
--- a/gcc/ada/a-cuprqu.ads
+++ b/gcc/ada/a-cuprqu.ads
@@ -2,7 +2,7 @@
-- --
-- GNAT LIBRARY COMPONENTS --
-- --
--- ADA.CONTAINERS.UNBOUNDED_PRIORITY_QUEUES --
+-- ADA.CONTAINERS.UNBOUNDED_PRIORITY_QUEUES --
-- --
-- S p e c --
-- --