diff options
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r-- | gcc/ada/impunit.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb index 1fdf36adff9..3b96918f928 100644 --- a/gcc/ada/impunit.adb +++ b/gcc/ada/impunit.adb @@ -111,6 +111,7 @@ package body Impunit is "a-titest", -- Ada.Text_IO.Text_Streams "a-unccon", -- Ada.Unchecked_Conversion "a-uncdea", -- Ada.Unchecked_Deallocation + "a-undesu", -- Ada.Unchecked_Deallocate_Subpool "a-witeio", -- Ada.Wide_Text_IO "a-wtcoio", -- Ada.Wide_Text_IO.Complex_IO "a-wtedit", -- Ada.Wide_Text_IO.Editing @@ -339,6 +340,7 @@ package body Impunit is "s-rpc ", -- System.Rpc "s-stoele", -- System.Storage_Elements "s-stopoo", -- System.Storage_Pools + "s-stposu", -- System.Storage_Pools.Subpools -------------------------------------- -- GNAT Defined Additions to System -- |