diff options
Diffstat (limited to 'gcc/ada/rident.ads')
-rw-r--r-- | gcc/ada/rident.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/rident.ads b/gcc/ada/rident.ads index 3eb65408433..2a9f875a59e 100644 --- a/gcc/ada/rident.ads +++ b/gcc/ada/rident.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.12 $ +-- $Revision$ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -73,6 +73,7 @@ package Rident is No_Reentrancy, -- (RM H.4(23)) No_Relative_Delay, -- GNAT No_Requeue, -- GNAT + No_Secondary_Stack, -- GNAT No_Select_Statements, -- GNAT (Ravenscar) No_Standard_Storage_Pools, -- GNAT No_Streams, -- GNAT |