From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6167 invoked by alias); 13 Aug 2013 16:00:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 6157 invoked by uid 89); 13 Aug 2013 16:00:25 -0000 X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL autolearn=no version=3.3.2 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 13 Aug 2013 16:00:23 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MRH00I007UY8E00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 13 Aug 2013 19:00:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRH00HS08G4VXB0@a-mtaout22.012.net.il>; Tue, 13 Aug 2013 19:00:05 +0300 (IDT) Date: Tue, 13 Aug 2013 16:00:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 0/3 V4] Test mingw32 GDB in cygwin In-reply-to: <1376386468-26249-1-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fvudpom7.fsf@gnu.org> References: <1376386468-26249-1-git-send-email-yao@codesourcery.com> X-SW-Source: 2013-08/txt/msg00349.txt.bz2 > From: Yao Qi > Date: Tue, 13 Aug 2013 17:34:25 +0800 > > Here is the V4 of this patch series, which fix problems we've seen on > running mingw32 native for testing cygwin. V3 was reviewed in this thread > http://sourceware.org/ml/gdb-patches/2013-07/msg00691.html by Eli mostly. > All the questions/comments were addressed, AFAIK. However, no one > approved it explicitly. I post them again, and call it V4, which is > identical to patches I finally posted in V3 thread. It is sort of a > patch ping. I suggest to commit this, based on my review, if no one objects in a few days. Thanks.