From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40180 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEkIh-0000Gi-Vs for qemu-devel@nongnu.org; Wed, 19 May 2010 10:31:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEkIb-0006nB-Vl for qemu-devel@nongnu.org; Wed, 19 May 2010 10:31:08 -0400 Received: from are.twiddle.net ([75.149.56.221]:47547) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEkIa-0006mr-HA for qemu-devel@nongnu.org; Wed, 19 May 2010 10:31:05 -0400 Message-ID: <4BF3F625.60202@twiddle.net> Date: Wed, 19 May 2010 07:31:01 -0700 From: Richard Henderson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/3] Fix ADDX compilation plus improvements, v2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html I would appreciate it if you would at least apply the first patch from this series. The sparc target has been broken for a week. CC sparc64-softmmu/translate.o /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addxi_cc': /home/rth/qemu/qemu/target-sparc/translate.c:337: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addx_cc': /home/rth/qemu/qemu/target-sparc/translate.c:347: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subxi_cc': /home/rth/qemu/qemu/target-sparc/translate.c:420: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subx_cc': /home/rth/qemu/qemu/target-sparc/translate.c:430: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c: In function 'disas_sparc_insn': /home/rth/qemu/qemu/target-sparc/translate.c:2960: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c:2970: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c:3012: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' /home/rth/qemu/qemu/target-sparc/translate.c:3022: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc' make[1]: *** [translate.o] Error 1 r~