[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 29 Jul 2014 13:32:08 +0000 (15:32 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 29 Jul 2014 13:32:08 +0000 (15:32 +0200)
commita7737c19cff44e5d8cb0863e6ff514bbf0999ad5
tree1b9801dad6fcea89c40c836bedfbaeb1048fb1d5
parentab01e614837a76c828d7168bd34570beb69d7afc
[multiple changes]

2014-07-29  Jerome Lambourg  <lambourg@adacore.com>

* expect.c (__gnat_expect_poll): New parameter dead_process
used to return the dead process among the array of file
descriptors. The Windows, VMS and HPUX implementations now
properly report the dead process via this parameter. Other unixes
don't need it.
* g-expect.adb (Poll): Adapt to the C profile.
(Expect_Internal): Use the new parameter to properly close the
File Descriptor.  This then can be properly reported by the
function First_Dead_Process as is expected.

2014-07-29  Robert Dewar  <dewar@adacore.com>

* gnat_ugn.texi: Minor clarification of -gnatQ switch.

From-SVN: r213177
gcc/ada/ChangeLog
gcc/ada/expect.c
gcc/ada/g-expect.adb
gcc/ada/gnat_ugn.texi