]> gcc.gnu.org Git - gcc.git/commit
[Ada] System.Strings.Stream_Ops: do not depend on Stream_IO
authorDmitriy Anisimkov <anisimko@adacore.com>
Wed, 10 Jul 2019 09:03:00 +0000 (09:03 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 10 Jul 2019 09:03:00 +0000 (09:03 +0000)
commitf861d731ca497443702f78b78d5090063c17539d
treea31460f513bd4d690e4673655750598195d8a846
parent4669743bd255d2ab4ff33672e8843a914e5c1d35
[Ada] System.Strings.Stream_Ops: do not depend on Stream_IO

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
gcc/ada/ChangeLog
gcc/ada/libgnat/s-ststop.adb
This page took 0.058058 seconds and 5 git commands to generate.