2014-07-29 Jerome Lambourg <lambourg@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 2014 13:32:08 +0000 (13:32 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 2014 13:32:08 +0000 (13:32 +0000)
commit39c5c079c8a6d2c63c28e8b7a913b5abeac0450b
tree1b9801dad6fcea89c40c836bedfbaeb1048fb1d5
parent04d38ee4ac2b0b323eb71d2e5700ee7497053deb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213177 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/expect.c
gcc/ada/g-expect.adb
gcc/ada/gnat_ugn.texi