From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtmZP-0001Bh-4E for qemu-devel@nongnu.org; Sun, 08 Jun 2014 19:32:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtmZG-0002TV-3e for qemu-devel@nongnu.org; Sun, 08 Jun 2014 19:32:11 -0400 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]:48192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtmZF-0002TH-Rr for qemu-devel@nongnu.org; Sun, 08 Jun 2014 19:32:02 -0400 Received: by mail-pd0-f176.google.com with SMTP id p10so4211325pdj.35 for ; Sun, 08 Jun 2014 16:32:00 -0700 (PDT) Date: Mon, 9 Jun 2014 09:31:32 +1000 From: "Edgar E. Iglesias" Message-ID: <20140608233131.GU18802@zapo.iiNet> References: <1402160582-13994-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1402160582-13994-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 0/2] target-cris: Avoid unused-function warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On Sat, Jun 07, 2014 at 06:03:00PM +0100, Peter Maydell wrote: > These patches correct some unused-function warnings in target-cris. > I've included some cleanup and removal of wrapper functions to > maintain symmetry between the to-reg and from-reg code. Applied both, thanks, Edgar > > thanks > -- PMM > > > Peter Maydell (2): > target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TN > target-cris/translate.c: Remove _t_gen_mov_TN_env and > _t_gen_mov_env_TN > > target-cris/translate.c | 40 +++++----------------------------------- > target-cris/translate_v10.c | 2 +- > 2 files changed, 6 insertions(+), 36 deletions(-) > > -- > 1.8.5.4 >