diff options
author | Johannes Kliemann <kliemann@adacore.com> | 2023-11-28 12:00:45 +0000 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-12-19 15:27:49 +0100 |
commit | 35ef3e08ec5bc03fe2cb80efc3271168bc6d419e (patch) | |
tree | 32a940f50ee5efa929092177ade9ddc60aeb4bb8 /gcc | |
parent | 15626fb1168c1a9bbf8be730005b291cfb971673 (diff) | |
download | gcc-35ef3e08ec5bc03fe2cb80efc3271168bc6d419e.zip gcc-35ef3e08ec5bc03fe2cb80efc3271168bc6d419e.tar.gz gcc-35ef3e08ec5bc03fe2cb80efc3271168bc6d419e.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/libgnat/s-rident.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/s-rident.ads b/gcc/ada/libgnat/s-rident.ads index de8b20e..d280cfc 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, |