From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107115 invoked by alias); 13 Feb 2020 21:31:18 -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 106964 invoked by uid 89); 13 Feb 2020 21:31:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Feb 2020 21:30:58 +0000 Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (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 4D2CE1E4C2; Thu, 13 Feb 2020 16:30:55 -0500 (EST) Subject: Re: [PATCH 1/2] gdbsupport: rename source files to .cc To: Pedro Alves , Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org References: <20200212225340.28865-1-simon.marchi@efficios.com> <874kvur3aw.fsf@tromey.com> <6ee9658f-cc83-13fb-fd13-b6d1e7cfacb1@simark.ca> From: Simon Marchi Message-ID: Date: Thu, 13 Feb 2020 21:31:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-02/txt/msg00544.txt.bz2 On 2020-02-13 4:26 p.m., Pedro Alves wrote: > On 2/13/20 9:22 PM, Simon Marchi wrote: > >> No problem. Here's the updated patch. >> >> Given that you have not commented on it, I presume you don't object to renaming these files? > > Right, this is fine with me. > > Thanks, > Pedro Alves > Thanks, I have pushed the two patches then. Simon