[Ada] Add No_Tasking restriction is system.ads for bootstrap
gcc/ada/ * gcc-interface/system.ads: Add No_Tasking restriction.
This commit is contained in:
parent
b927d936e3
commit
076c1a9157
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ pragma Restrictions (No_Finalization);
|
||||||
-- access type on incomplete type Perm_Tree_Wrapper (which is required for
|
-- access type on incomplete type Perm_Tree_Wrapper (which is required for
|
||||||
-- defining a recursive type).
|
-- defining a recursive type).
|
||||||
|
|
||||||
|
pragma Restrictions (No_Tasking);
|
||||||
|
-- Make it explicit that tasking is not used in the compiler, which also
|
||||||
|
-- allows generating simpler and more efficient code.
|
||||||
|
|
||||||
package System is
|
package System is
|
||||||
pragma Pure;
|
pragma Pure;
|
||||||
-- Note that we take advantage of the implementation permission to make
|
-- Note that we take advantage of the implementation permission to make
|
||||||
|
|
Loading…
Add table
Reference in a new issue