Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: loading of wsock32 disturbs FPU Date: Thu, 3 Mar 2005 13:51:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20050303005850.GA28410@trixie.casa.cgf.cx> Message-ID: X-OriginalArrivalTime: 03 Mar 2005 13:51:49.0248 (UTC) FILETIME=[25902000:01C51FF8] ----Original Message---- >From: Christopher Faylor >Sent: 03 March 2005 00:59 > I've checked in a patch to cygwin which saves and restores the FPU control > register around calls to LoadLibrary. That seems to solve the problem. Confirmed here, but why did you remove the comment? It's still true isn't it? @@ -256,7 +261,6 @@ wsock_init () if (!wsock_started) { - /* Don't use autoload to load WSAStartup to eliminate recursion. */ int (*wsastartup) (int, WSADATA *); wsastartup = (int (*)(int, WSADATA *)) cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/