summaryrefslogtreecommitdiffstats
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.ads16
1 files changed, 9 insertions, 7 deletions
diff --git a/gcc/ada/s-rident.ads b/gcc/ada/s-rident.ads
index 2fb2941811f..732ce9dbfe5 100644
--- a/gcc/ada/s-rident.ads
+++ b/gcc/ada/s-rident.ads
@@ -476,13 +476,15 @@ package System.Rident is
-- plus these additional restrictions:
- No_Calendar => True,
- No_Implicit_Heap_Allocations => True,
- No_Relative_Delay => True,
- No_Select_Statements => True,
- No_Task_Termination => True,
- Simple_Barriers => True,
- others => False),
+ No_Calendar => True,
+ No_Implicit_Heap_Allocations => True,
+ No_Local_Timing_Events => True,
+ No_Relative_Delay => True,
+ No_Select_Statements => True,
+ No_Specific_Termination_Handlers => True,
+ No_Task_Termination => True,
+ Simple_Barriers => True,
+ others => False),
-- Value settings for Ravenscar (same as Restricted)
OpenPOWER on IntegriCloud