From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuRUg-0005bw-TY for qemu-devel@nongnu.org; Wed, 03 Jul 2013 14:09:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuRUe-0007bk-Cg for qemu-devel@nongnu.org; Wed, 03 Jul 2013 14:09:30 -0400 Received: from mail-qe0-x229.google.com ([2607:f8b0:400d:c02::229]:39906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuRRn-0006tA-Q0 for qemu-devel@nongnu.org; Wed, 03 Jul 2013 14:06:31 -0400 Received: by mail-qe0-f41.google.com with SMTP id b4so275905qen.14 for ; Wed, 03 Jul 2013 11:06:30 -0700 (PDT) Sender: Richard Henderson Message-ID: <51D46822.8090404@twiddle.net> Date: Wed, 03 Jul 2013 11:06:26 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1372279929-28836-1-git-send-email-rth@twiddle.net> <1372279929-28836-2-git-send-email-rth@twiddle.net> <51D3E9E2.3090207@huawei.com> In-Reply-To: <51D3E9E2.3090207@huawei.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/9] tcg: Split rem requirement from div requirement List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org, aurelien@aurel32.net On 07/03/2013 02:07 AM, Claudio Fontana wrote: > The list of TCG targets updated is incomplete: at least for aarch64, the > patchset breaks compilation because of missing definitions for > TCG_TARGET_HAS_rem_i32 and TCG_TARGET_HAS_rem_i64. Oops. Sloppy merging, that, failing to add aarch64. Fixed for next round. r~