This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r152111 - in /branches/cygwin-improvements/gcc/...


Author: davek
Date: Thu Sep 24 03:11:10 2009
New Revision: 152111

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152111
Log:
Switch Ada sockets, memory, global locks, directory validation, signalling
fds and serial comms from w32 to posix interfaces for Cygwin.

gcc/ada/ChangeLog.cygwin-improvements:

	* s-oscons-tmplt.c (__USE_W32_SOCKETS): Don't define.
	(WSASYSNOTREADY, WSAVERNOTSUPPORTED, WSANOTINITIALISED, WSAEDISCON):
	Don't pull in winsock definitions or refer to header file on Cygwin.
	* gsocket.h: Don't pull in winsock definitions for Cygwin.
	* gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): On Cygwin, omit
	MinGW-specific overrides for sockets, memory, global locks, dir
	valiation and signalling fds, use linux serial comms, and don't link
	against winsock library.


Modified:
    branches/cygwin-improvements/gcc/ada/ChangeLog.cygwin-improvements
    branches/cygwin-improvements/gcc/ada/gcc-interface/Makefile.in
    branches/cygwin-improvements/gcc/ada/gsocket.h
    branches/cygwin-improvements/gcc/ada/s-oscons-tmplt.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]