aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r--gcc/ada/impunit.adb14
1 files changed, 11 insertions, 3 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb
index cff6d67..cbd4890 100644
--- a/gcc/ada/impunit.adb
+++ b/gcc/ada/impunit.adb
@@ -173,6 +173,14 @@ package body Impunit is
"a-wichun", -- Ada.Wide_Characters.Unicode
"a-widcha", -- Ada.Wide_Characters
+ -- Note: strictly the next two should be Ada 2012 units, but it seems
+ -- harmless (and useful) to make then available in Ada 95 mode, since
+ -- they only deal with Wide_Character, not Wide_Wide_Character.
+
+ "a-stuten", -- Ada.Strings.UTF_Encoding
+ "a-suenco", -- Ada.Strings.UTF_Encoding.Conversions
+ "a-suewen", -- Ada.Strings.UTF_Encoding.Wide_Encoding
+
---------------------------
-- GNAT Special IO Units --
---------------------------
@@ -459,10 +467,10 @@ package body Impunit is
"a-szuzti", -- Ada.Strings.Wide_Wide_Unbounded.Wide_Wide_Text_IO
"a-zchuni", -- Ada.Wide_Wide_Characters.Unicode
- -- Note: strictly the next one should be an Ada 2012 unit, but it seems
- -- harmless (and useful) to make it available in Ada 2005 mode.
+ -- Note: strictly the following should be Ada 2012 units, but it seems
+ -- harmless (and useful) to make then available in Ada 2005 mode.
- "a-stuten", -- Ada.Strings.UTF_Encoding
+ "a-suezen", -- Ada.Strings.UTF_Encoding.Wide_Wide_Encoding
---------------------------
-- GNAT Special IO Units --