From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78635 invoked by alias); 3 Jan 2020 20:34:58 -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 78627 invoked by uid 89); 3 Jan 2020 20:34:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*palves X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Jan 2020 20:34:57 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1inTeo-0006uY-M4; Fri, 03 Jan 2020 15:34:54 -0500 Received: from [176.228.60.248] (port=1136 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1inTeo-0005BD-3i; Fri, 03 Jan 2020 15:34:54 -0500 Date: Fri, 03 Jan 2020 20:34:00 -0000 Message-Id: <83r20ggtxw.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves CC: philippe.waroquiers@skynet.be, gdb-patches@sourceware.org In-reply-to: <52408aa9-5a86-2ade-ec23-c8293eff130d@redhat.com> (message from Pedro Alves on Fri, 3 Jan 2020 19:59:22 +0000) Subject: Re: [RFAv3 2/6] Improve process exit status macros on MinGW References: <20190504161753.15530-1-philippe.waroquiers@skynet.be> <20190504161753.15530-3-philippe.waroquiers@skynet.be> <835zie51mf.fsf@gnu.org> <52c4ca33-ffc4-8e1e-fe08-a92123ef02aa@redhat.com> <83o8w536l6.fsf@gnu.org> <3aacf88f-212e-f11f-0688-4f8219dab4c3@redhat.com> <83k16t32no.fsf@gnu.org> <83fth8v1nu.fsf@gnu.org> <52408aa9-5a86-2ade-ec23-c8293eff130d@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00050.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Pedro Alves > Date: Fri, 3 Jan 2020 19:59:22 +0000 > > Here's the updated patch. I confirmed that it builds on MinGW-W64 > using my Fedora's cross cross compiler, but I didn't try to run > the resulting GDB (since I'm not on Windows). LGTM, thanks. Feel free to push. > I think this should have a NEWS entry, BTW. It's a kind of a bugfix, so I didn't think it was NEWS-worthy.