aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2004-11-25 17:17:13 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2004-11-25 17:17:13 +0100
commit3c13948a7e6fcce9f01ae3ec4f6153fb9d696fa6 (patch)
tree20dc4b0d488f1d052c014bd77d4b3ead9eb3e725
parent670d2c11f50be49b96293634720c460df8a2ca7e (diff)
downloadgcc-3c13948a7e6fcce9f01ae3ec4f6153fb9d696fa6.zip
gcc-3c13948a7e6fcce9f01ae3ec4f6153fb9d696fa6.tar.gz
gcc-3c13948a7e6fcce9f01ae3ec4f6153fb9d696fa6.tar.bz2
Resync.
From-SVN: r91298
-rw-r--r--gcc/ada/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 35e0042..3db781e 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,15 @@
2004-11-25 Arnaud Charlet <charlet@adacore.com>
+ * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
+ internal implementation unit GNAT.Sockets.Thin,
+ as their usage for sockets is non-portable (using the read and write
+ functions from the system runtime library is fine on UNIX but won't
+ work under Windows).
+
+ * mingw32.h: Update copyright notice.
+
+2004-11-25 Arnaud Charlet <charlet@adacore.com>
+
* ada-tree.h: Minor reformatting of previous change to avoid lines
longer than 79 characters.