From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 4E6933858409 for ; Tue, 23 Nov 2021 02:36:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4E6933858409 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 1AN2Zp49019383 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 22 Nov 2021 21:35:56 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 1AN2Zp49019383 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 5A6801ECEB; Mon, 22 Nov 2021 21:35:51 -0500 (EST) Message-ID: <128e167c-ea32-6fe8-3dd6-410186bee3bd@polymtl.ca> Date: Mon, 22 Nov 2021 21:35:50 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH 3/3] gdb: More compile fixes for gnu-nat.c. Content-Language: en-US To: Jan Nieuwenhuizen , Simon Marchi Cc: gdb@sourceware.org References: <20211122073057.19946-1-janneke@gnu.org> <9225658f-a554-1ac1-075b-a2f0ea289313@simark.ca> <87a6hw56yt.fsf@gnu.org> From: Simon Marchi In-Reply-To: <87a6hw56yt.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Tue, 23 Nov 2021 02:35:51 +0000 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2021 02:36:10 -0000 On 2021-11-22 14:24, Jan Nieuwenhuizen via Gdb wrote: > Simon Marchi writes: > > Hello Simon, > >> I only see patch 3/3, is it normal? Otherwise, patches should be sent >> to the gdb-patches mailing list (same address, just with gdb-patches >> instead of gdb). > > Ah, oops. Yeah, I was using two other patches on top of gdb-11-branch; > one by you, cherry-pickef from master, and one sent to this list. I'm > attaching them for completeness. Yes, I can send my patch to > gdb-patches if that's helpful. Ok, thanks. We missed patch 2/3, I found it on the list and pushed it to git master. I then applied and pushed yours as well, thanks. Simon