From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98704 invoked by alias); 6 Jan 2020 18:51:28 -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 98695 invoked by uid 89); 6 Jan 2020 18:51:28 -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 autolearn=ham version=3.3.1 spammy= 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 18:51:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578336685; 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=M79strdX18De6WYYoXL2zETwlWnNQi2M1WulW3xbhKA=; b=h2Px39yBOvNwfZ73PiTVCVtbrJC00qe84t2VmcpkNXvZ8G0pc5XgESosRefy0F2uCNievk sHMmuf+jM+oTvqRwzhnY+bW1eg0GYcoM3DQPe+/412mXrrHPiahucWwtfwxx3lQFB5rxen 0Oa/vZdK8caDpauHDMmTZcRMVZrKBmo= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-278-k8C8NajhPRqFoSdlkU7ImQ-1; Mon, 06 Jan 2020 13:51:24 -0500 Received: by mail-wr1-f71.google.com with SMTP id u18so27453222wrn.11 for ; Mon, 06 Jan 2020 10:51:23 -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 q11sm72109393wrp.24.2020.01.06.10.51.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Jan 2020 10:51:21 -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> <1fc3ac32-3349-b328-d868-8ed22dcaeeed@redhat.com> <83r20ceez3.fsf@gnu.org> Cc: philippe.waroquiers@skynet.be, gdb-patches@sourceware.org From: Pedro Alves Message-ID: <355bcff7-3e04-c74d-600e-20800a96dc7e@redhat.com> Date: Mon, 06 Jan 2020 18:51: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: <83r20ceez3.fsf@gnu.org> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00124.txt.bz2 On 1/6/20 4:17 PM, Eli Zaretskii wrote: >> Cc: philippe.waroquiers@skynet.be, gdb-patches@sourceware.org >> From: Pedro Alves >> Date: Mon, 6 Jan 2020 11:57:42 +0000 >> >>>> 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. > > Fair enough. How about the below? LGTM. Thanks, Pedro Alves