From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nja89-0003SJ-7U for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:23:29 -0500 Received: from [199.232.76.173] (port=38459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nja88-0003S8-TX for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:23:28 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nja87-0003SI-JF for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:23:28 -0500 Received: from cantor.suse.de ([195.135.220.2]:39411 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nja87-0003Rw-6d for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:23:27 -0500 Message-ID: <4B82A16C.6090808@suse.de> Date: Mon, 22 Feb 2010 16:23:24 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] tcg: fix assertion with --enable-debug References: <4B8295EB.5080003@suse.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jay Foad Cc: Blue Swirl , qemu-devel@nongnu.org Jay Foad wrote: >> This patch breaks building on ppc32. Reverting it makes it compile aga= in: >> =20 > > =20 >> /suse/agraf/git/qemu/tcg/ppc/tcg-target.c:1696: error: >> =91INDEX_op_qemu_ld32s=92 undeclared here (not in a function) >> =20 > > Does it build if you remove line 1696? If so, I'd suggest doing that. > =20 Yes, that fixes it. Please grep through all tcg targets and send a patch removing all references to ld32s if you think it's not necessary. Alex