Dependence was only from Ada.Streams.Stream_IO.End_Error exception which
is renaming of the Ada.IO_Exceptions.End_Error. Use
Ada.IO_Exceptions.End_Error directly.
2019-07-10 Dmitriy Anisimkov <anisimko@adacore.com>
gcc/ada/
* libgnat/s-ststop.adb: Remove System.Strings.Stream_Ops
dependence on System.Streams.Stream_IO.
From-SVN: r273353
+2019-07-10 Dmitriy Anisimkov <anisimko@adacore.com>
+
+ * libgnat/s-ststop.adb: Remove System.Strings.Stream_Ops
+ dependence on System.Streams.Stream_IO.
+
2019-07-10 Ed Schonberg <schonberg@adacore.com>
* sem_ch2.adb (Analyze_Integer_Literal): Preserve the type of
pragma Compiler_Unit_Warning;
+with Ada.IO_Exceptions; use Ada.IO_Exceptions;
with Ada.Streams; use Ada.Streams;
-with Ada.Streams.Stream_IO; use Ada.Streams.Stream_IO;
with Ada.Unchecked_Conversion;
with System; use System;