[gcc r14-6699] ada: Remove No_Dynamic_Priorities from Restricted_Tasking
Marc Poulhi?s
dkm@gcc.gnu.org
Tue Dec 19 14:29:58 GMT 2023
https://gcc.gnu.org/g:35ef3e08ec5bc03fe2cb80efc3271168bc6d419e
commit r14-6699-g35ef3e08ec5bc03fe2cb80efc3271168bc6d419e
Author: Johannes Kliemann <kliemann@adacore.com>
Date: Tue Nov 28 12:00:45 2023 +0000
ada: Remove No_Dynamic_Priorities from Restricted_Tasking
Some of our restricted runtimes support dynamic priorities. The binder
needs to generate code for a restricted runtime even if the restriction
No_Dynamic_Priorities is not in place.
gcc/ada/
* libgnat/s-rident.ads: Remove No_Dynamic_Priorities from
Restricted_Tasking.
Diff:
---
gcc/ada/libgnat/s-rident.ads | 1 -
1 file changed, 1 deletion(-)
diff --git a/gcc/ada/libgnat/s-rident.ads b/gcc/ada/libgnat/s-rident.ads
index de8b20edd7a..d280cfc219f 100644
--- a/gcc/ada/libgnat/s-rident.ads
+++ b/gcc/ada/libgnat/s-rident.ads
@@ -449,7 +449,6 @@ package System.Rident is
No_Asynchronous_Control => True,
No_Dynamic_Attachment => True,
No_Dynamic_CPU_Assignment => True,
- No_Dynamic_Priorities => True,
No_Local_Protected_Objects => True,
No_Protected_Type_Allocators => True,
No_Requeue_Statements => True,
More information about the Gcc-cvs
mailing list