[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] qemu hw/mips_malta.c hw/mips_r4k.c target-mips/...
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] qemu hw/mips_malta.c hw/mips_r4k.c target-mips/... |
Date: |
Mon, 2 Apr 2007 16:55:36 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Kirill A. Shutemov wrote:
> On [Sun, 01.04.2007 12:35], Thiemo Seufer wrote:
> > CVSROOT: /sources/qemu
> > Module name: qemu
> > Changes by: Thiemo Seufer <ths> 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