summaryrefslogtreecommitdiff
path: root/gcc/ada/s-rident.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-rident.ads')
-rw-r--r--gcc/ada/s-rident.ads15
1 files changed, 8 insertions, 7 deletions
diff --git a/gcc/ada/s-rident.ads b/gcc/ada/s-rident.ads
index e3bdbff6876..996b057c192 100644
--- a/gcc/ada/s-rident.ads
+++ b/gcc/ada/s-rident.ads
@@ -152,13 +152,14 @@ package System.Rident is
Not_A_Restriction_Id);
- -- Synonyms permitted for historical purposes of compatibility
-
- -- Boolean_Entry_Barriers synonym for Simple_Barriers
- -- Max_Entry_Queue_Depth synonym for Max_Entry_Queue_Length
- -- No_Dynamic_Interrupts synonym for No_Dynamic_Attachment
- -- No_Requeue synonym for No_Requeue_Statements
- -- No_Task_Attributes synonym for No_Task_Attributes_Package
+ -- Synonyms permitted for historical purposes of compatibility.
+ -- Must be coordinated with Restrict.Process_Restriction_Synonym.
+
+ Boolean_Entry_Barriers : Restriction_Id renames Simple_Barriers;
+ Max_Entry_Queue_Depth : Restriction_Id renames Max_Entry_Queue_Length;
+ No_Dynamic_Interrupts : Restriction_Id renames No_Dynamic_Attachment;
+ No_Requeue : Restriction_Id renames No_Requeue_Statements;
+ No_Task_Attributes : Restriction_Id renames No_Task_Attributes_Package;
subtype All_Restrictions is Restriction_Id range
Simple_Barriers .. Max_Storage_At_Blocking;