diff options
Diffstat (limited to 'gcc/ada/restrict.ads')
-rw-r--r-- | gcc/ada/restrict.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/restrict.ads b/gcc/ada/restrict.ads index 0d2f72f350d..9029620b1f3 100644 --- a/gcc/ada/restrict.ads +++ b/gcc/ada/restrict.ads @@ -104,9 +104,9 @@ package Restrict is -- (which is why this restriction itself is excluded from the list). Implementation_Restriction : array (All_Restrictions) of Boolean := - (Boolean_Entry_Barriers => True, + (Simple_Barriers => True, No_Calendar => True, - No_Dynamic_Interrupts => True, + No_Dynamic_Attachment => True, No_Enumeration_Maps => True, No_Entry_Calls_In_Elaboration_Code => True, No_Entry_Queue => True, |