[Ada] Small cleanup in the Ada.Text_IO hierarchy

2020-12-14 Thread Pierre-Marie de Rodat
This replaces the remaining uses of Current_Input with Current_In and those of Current_Output with Current_Out for the sake of consistency. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * libgnat/a-tifiio.adb (Get): Replace Current_Input with Current_In. * libgnat/a-

[Ada] Small cleanup in the Ada.Text_IO hierarchy

2020-11-24 Thread Pierre-Marie de Rodat
This removes an implementation subtype declared in the Ada.Text_IO hierarchy that no longer seems to serve any useful purpose. No functional changes. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * libgnat/a-wtdeio.adb (TFT): Delete and adjust throughout. * libgnat/