From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2714 invoked by alias); 10 Feb 2006 07:53:45 -0000 Received: (qmail 2694 invoked by uid 22791); 10 Feb 2006 07:53:44 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Feb 2006 07:53:43 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HVG08424; Fri, 10 Feb 2006 09:53:40 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-84-228-136-147.inter.net.il [84.228.136.147]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CRD90508 (AUTH halo1); Fri, 10 Feb 2006 09:53:39 +0200 (IST) Date: Fri, 10 Feb 2006 07:53:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060209223832.GB3865@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 9 Feb 2006 17:38:32 -0500) Subject: Re: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports Reply-to: Eli Zaretskii References: <20060203220529.GA3578@nevyn.them.org> <20060206210238.GB28917@nevyn.them.org> <200602062301.k16N1hdu008774@elgar.sibelius.xs4all.nl> <20060209223832.GB3865@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00241.txt.bz2 > Date: Thu, 9 Feb 2006 17:38:32 -0500 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > Here's a version that puts gdb_select off in its own file, and uses it > everywhere that it can be used (which does not include ser-tcp.c, > sorry). Fine with me. Thanks!