Re: [Qemu-devel] sh4: further updates

2007-05-14 Thread Magnus Damm
Hi Thiemo! Thanks for testing and applying! On 5/14/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: The sh4-fpu-new patch fails to build (on ppc/Linux) with: gcc-3.4 -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/home/ths/qemu/qemu-write/target-sh4 -I/home/ths/qemu/qemu-write -D__powerpc__ -D_GN

Re: [Qemu-devel] sh4: further updates

2007-05-13 Thread Thiemo Seufer
Magnus Damm wrote: > Hi everyone, > > Here comes the second batch of patches for the user space emulator. > Below is a one line summary of each patch, please have a look in the > patch header for details: > > - Fix XHACK() macro and use FREG if possible > - Emulate more fpu opcodes > - Document F

[Qemu-devel] sh4: further updates

2007-05-09 Thread Magnus Damm
Hi everyone, Here comes the second batch of patches for the user space emulator. Below is a one line summary of each patch, please have a look in the patch header for details: - Fix XHACK() macro and use FREG if possible - Emulate more fpu opcodes - Document FPSCR usage - Use DREG() over XREG()