diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-05-21 14:49:24 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-05-21 14:49:24 +0200 |
commit | 95bc61b2e3158874bbf8c026961e031fbcdb3520 (patch) | |
tree | 64cd7f10bc775bb19221df93cbf763c2397cabee /gcc | |
parent | 601bb6b35ea9a185c360d73a90a3fcd5c9d286fd (diff) | |
download | gcc-95bc61b2e3158874bbf8c026961e031fbcdb3520.zip gcc-95bc61b2e3158874bbf8c026961e031fbcdb3520.tar.gz gcc-95bc61b2e3158874bbf8c026961e031fbcdb3520.tar.bz2 |
Previous change (rev 210697) should have mentioned PR ada/9535:
PR ada/9535
* g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
Provide a behaviour more consistent with underlying datagram
socket: do not attempt to loop over Send_Socket/Receive_Socket
iterating along the buffer.
From-SVN: r210698
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6ac28b4..3bd0c7e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -5,6 +5,7 @@ 2014-05-21 Thomas Quinot <quinot@adacore.com> + PR ada/9535 * g-socket.adb (Read and Write for Datagram_Socket_Stream_Type): Provide a behaviour more consistent with underlying datagram socket: do not attempt to loop over Send_Socket/Receive_Socket |