From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11592 invoked by alias); 6 Jan 2020 11:57:50 -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 11584 invoked by uid 89); 6 Jan 2020 11:57:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:2001 X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (205.139.110.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Jan 2020 11:57:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578311867; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KFGAn/ymviVoh5T2e/AfqFFwQgyTWRP1hUB3H632FJU=; b=YIhT24EKQZMoAMmZYlnx4dMgERuVqDVl4MOxUayJ9NLMpySGTSHsv8klwBFHiwbLbqNEO3 I7ocd9geTsvaKHpvmQZB6G3lECqWKCZV1rH7ybp7XNctR/X3aefy4jxGU6HTNoOLEnPzO+ Cb0FKecfT3OtjX5yuZzw6z5upAF2s2M= Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-346-eAKaQ1FXOGOfvgIFw-aFnA-1; Mon, 06 Jan 2020 06:57:45 -0500 Received: by mail-wr1-f70.google.com with SMTP id o6so23114045wrp.8 for ; Mon, 06 Jan 2020 03:57:45 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id s15sm72963230wrp.4.2020.01.06.03.57.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Jan 2020 03:57:43 -0800 (PST) Subject: Re: [RFAv3 2/6] Improve process exit status macros on MinGW To: Eli Zaretskii 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> <83r20ggtxw.fsf@gnu.org> Cc: philippe.waroquiers@skynet.be, gdb-patches@sourceware.org From: Pedro Alves Message-ID: <1fc3ac32-3349-b328-d868-8ed22dcaeeed@redhat.com> Date: Mon, 06 Jan 2020 11:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <83r20ggtxw.fsf@gnu.org> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00104.txt.bz2 On 1/3/20 8:34 PM, Eli Zaretskii wrote: >> 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. Pushed. > >> 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. My thinking is that users that might have been scripting around $_exitcode may need to adjust to look at $_exitsignal. Thanks, Pedro Alves