From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjaeD-0006Cv-S3 for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:56:37 -0500 Received: from [199.232.76.173] (port=60282 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjaeD-0006Ce-Fe for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:56:37 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjaeC-0007mH-Oe for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:56:37 -0500 Received: from mail-bw0-f218.google.com ([209.85.218.218]:55689) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Njae4-0007kn-Oa for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:56:36 -0500 Received: by bwz10 with SMTP id 10so1757070bwz.2 for ; Mon, 22 Feb 2010 07:55:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4B82A16C.6090808@suse.de> References: <4B8295EB.5080003@suse.de> <4B82A16C.6090808@suse.de> Date: Mon, 22 Feb 2010 15:55:57 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH v2] tcg: fix assertion with --enable-debug From: Jay Foad Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Blue Swirl , qemu-devel@nongnu.org >> Does it build if you remove line 1696? If so, I'd suggest doing that. >> > > 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. Done. Unfortunately I'm not in a position to try building any of the affected tcg targets. Or is there a way I can test it without an hppa/ppc/sparc cross-compiler? Thanks, Jay.