From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id 3E92F395A018 for ; Wed, 17 Jun 2020 18:44:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3E92F395A018 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 0F3A62C48FA; Wed, 17 Jun 2020 14:44:26 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Gwl_5Z0K8v6h; Wed, 17 Jun 2020 14:44:25 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id DFE1A2C48F9; Wed, 17 Jun 2020 14:44:25 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com DFE1A2C48F9 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1Gm1FPunVp1V; Wed, 17 Jun 2020 14:44:25 -0400 (EDT) Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) by mail.efficios.com (Postfix) with ESMTPSA id BEA5B2C48F8; Wed, 17 Jun 2020 14:44:25 -0400 (EDT) Subject: Re: [PATCH 3/3] gdb/regformats: remove unused regformats/reg-*.dat To: Tom Tromey , Simon Marchi via Gdb-patches References: <20200617022736.1506-1-simon.marchi@efficios.com> <20200617022736.1506-3-simon.marchi@efficios.com> <87o8phd6m6.fsf@tromey.com> From: Simon Marchi Message-ID: <72851507-237c-ba14-aa15-a7d1f7de3946@efficios.com> Date: Wed, 17 Jun 2020 14:44:25 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <87o8phd6m6.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-8.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2020 18:44:27 -0000 On 2020-06-17 12:01 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> I believe that the .dat files starting with `reg-` are the manually > Simon> written ones, the other being generated from xml files from the features > Simon> directory. > > I think so too. > > Simon> This patch removes the manually-written files that are no longer needed. > Simon> They are unused since the recent series that removed a bunch of > Simon> gdbserver ports. > > Looks reasonable to me. > > Tom > Thanks for the review, I'll push the series. Simon