From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35787 invoked by alias); 25 Jan 2017 16:10:35 -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 35776 invoked by uid 89); 25 Jan 2017 16:10:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy==e5=b0=a7, HX-Gm-Message-State:AIkVDXK, H*r:AES128-SHA?= X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Jan 2017 16:10:33 +0000 Received: by mail-wm0-f66.google.com with SMTP id d140so43668697wmd.2 for ; Wed, 25 Jan 2017 08:10:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=MidGi3qplvgNL9a6qPHOZa3m2A7vhnzuBmN2NrAIp24=; b=uWCTUxTXJjnS0FUWrvO6YQHseXUkIYwYxfu/1uidA0VqPyptQxux+xdjtbxLCR7gxc GifitTWiyp520xZFE03++v2hhM/h3iWpWh8GR7h7akAj4PAghnVc1CedGtXA1vmeHw87 GZaWG5c9dBB3kkALOSFUx03DVYdeCBDy/3IIH4lYrngDVUIPmFhwga/GeRvAAzUZ7wq8 QoImCUXZtXWcxd5Mv6kQ3ug/bcK57kIWcp5Fbn4+H8ArayU97SVwpQGHmQ2BDuq51AMc uVuQ1nQJO+SPjJyr6vXgypbJZxdUNIjQ6baceuGt2ZKlLKkzvBMp4PWNafNAOhoAtIaC S93g== X-Gm-Message-State: AIkVDXK/iS7PYiHJAQmZH/NssD0ELJav+YqWblxQLUAZyGpLe9rJTXwVvyN+c5hU4Axctw== X-Received: by 10.28.146.207 with SMTP id u198mr22371939wmd.36.1485360631708; Wed, 25 Jan 2017 08:10:31 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id u47sm25755340wrb.15.2017.01.25.08.10.29 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 25 Jan 2017 08:10:31 -0800 (PST) Date: Wed, 25 Jan 2017 16:10:00 -0000 From: Yao Qi To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH/RFC] Refactor gdb.reverse/insn-reverse.c Message-ID: <20170125161011.GW28060@E107787-LIN> References: <1484593854-1791-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1484593854-1791-1-git-send-email-lgustavo@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00536.txt.bz2 On 17-01-16 13:10:54, Luis Machado wrote: > I've broken up the main file into other files with arch-specific bits > (insn-support-.c). The main file will hold the generic pieces that will > take care of calling the tests. > It is reasonable to me. Can we name arch-specific files as insn-reverse-.c? -- Yao (齐尧)