From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOnxS-0000pQ-Nm for qemu-devel@nongnu.org; Tue, 02 Sep 2014 09:17:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOnxL-0008GR-Os for qemu-devel@nongnu.org; Tue, 02 Sep 2014 09:17:14 -0400 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]:54791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOnxL-0008GE-HK for qemu-devel@nongnu.org; Tue, 02 Sep 2014 09:17:07 -0400 Received: by mail-qa0-f51.google.com with SMTP id j7so6080200qaq.38 for ; Tue, 02 Sep 2014 06:17:06 -0700 (PDT) Sender: Richard Henderson Message-ID: <5405C34D.20408@twiddle.net> Date: Tue, 02 Sep 2014 06:17:01 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1409658764-28113-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1409658764-28113-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] target-sparc: fixed unused function warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Mark Cave-Ayland , patches@linaro.org On 09/02/2014 04:52 AM, Peter Maydell wrote: > Peter Maydell (3): > target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc > target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 > only > target-sparc: is_translating_asi() is TARGET_SPARC64 only Reviewed-by: Richard Henderson r~