aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 7acbf44..8ad9d0d 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-11 Bob Duff <duff@adacore.com>
+ Thomas Quinot <quinot@adacore.com>
+
+ * g-stsifd-sockets.adb (Create): Work around strange behavior of
+ 'bind' on windows that causes 'connect' to fail intermittently, by
+ retrying the 'bind'.
+ (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
+
2007-06-10 Duncan Sands <baldrick@free.fr>
* decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather