[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 21 Apr 2016 08:11:46 +0000 (10:11 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 21 Apr 2016 08:11:46 +0000 (10:11 +0200)
commite379beb56f0b1e597c8aeb10c84813c8326197a9
tree77069e14da8101e236a0d36df0e0df7b12541845
parent2e9bd657376090f50987b295735be1acaeac6308
[multiple changes]

2016-04-21  Javier Miranda  <miranda@adacore.com>

* frontend.adb: Remove call to initialize Exp_Ch6.
* exp_ch6.ads, exp_ch6.adb (Initialize): removed.
(Unest_Entry/Unest_Bodies): Removed.
(Unnest_Subprograms): Code cleanup.

2016-04-21  Arnaud Charlet  <charlet@adacore.com>

* set_targ.adb (Read_Target_Dependent_Values):
close target description file once its contents is read.
* s-os_lib.adb (Non_Blocking_Spawn, version with Stdout_File
and Stderr_File): Close local file descriptors before spawning
child process.
* exp_util.adb (Containing_Package_With_Ext_Axioms): Limit scope of
local variables to make the code easier to understand and avoid
duplicated calls to Parent and Generic_Parent.

From-SVN: r235302
gcc/ada/ChangeLog
gcc/ada/exp_ch6.adb
gcc/ada/exp_ch6.ads
gcc/ada/exp_util.adb
gcc/ada/frontend.adb
gcc/ada/s-os_lib.adb
gcc/ada/set_targ.adb