From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYP2A-0007bd-TX for qemu-devel@nongnu.org; Mon, 02 Apr 2007 12:05:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYP28-0007aC-Bs for qemu-devel@nongnu.org; Mon, 02 Apr 2007 12:05:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYP28-0007a7-0M for qemu-devel@nongnu.org; Mon, 02 Apr 2007 12:05:28 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HYOz4-0001tc-C7 for qemu-devel@nongnu.org; Mon, 02 Apr 2007 12:02:18 -0400 Received: from lagash (intrt.mips-uk.com [194.74.144.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id B274C862E5 for ; Mon, 2 Apr 2007 17:55:09 +0200 (CEST) Received: from ths by lagash with local (Exim 4.63) (envelope-from ) id 1HYOsa-0004xI-PL for qemu-devel@nongnu.org; Mon, 02 Apr 2007 16:55:36 +0100 Date: Mon, 2 Apr 2007 16:55:36 +0100 Subject: Re: [Qemu-devel] qemu hw/mips_malta.c hw/mips_r4k.c target-mips/... Message-ID: <20070402155536.GI24846@networkno.de> References: <20070402123915.GB5866@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070402123915.GB5866@localhost.localdomain> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Kirill A. Shutemov wrote: > On [Sun, 01.04.2007 12:35], Thiemo Seufer wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Thiemo Seufer 07/04/01 12:36:18 > > > > Modified files: > > hw : mips_malta.c mips_r4k.c > > target-mips : exec.h mips-defs.h op.c op_helper.c > > op_helper_mem.c op_mem.c translate.c > > translate_init.c > > > > Log message: > > Actually enable 64bit configuration. > > This commit broke build on x86_64: > > libqemu.a(op_helper.o): In function `do_dmult': > /home/kas/rpm/qemu/build/qemu/target-mips/op_helper.c:226: > undefined reference to `set_HILO' > libqemu.a(op_helper.o): In function `do_dmultu': > /home/kas/rpm/qemu/build/qemu/target-mips/op_helper.c:232: > undefined reference to `set_HILO' > collect2: ld returned 1 exit status > make[1]: *** [qemu-system-mips64] Error 1 Updated, I hope it compiles again now. Thiemo