From: Johannes Kliemann Date: Tue, 28 Nov 2023 12:00:45 +0000 (+0000) Subject: ada: Remove No_Dynamic_Priorities from Restricted_Tasking X-Git-Tag: basepoints/gcc-15~3440 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35ef3e08ec5bc03fe2cb80efc3271168bc6d419e;p=thirdparty%2Fgcc.git 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 --git a/gcc/ada/libgnat/s-rident.ads b/gcc/ada/libgnat/s-rident.ads index de8b20edd7a0..d280cfc219f6 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,