Re: [Qemu-devel] Compile fixes for newer gcc

2005-05-11 Thread J. Mayer
On Tue, 2005-05-10 at 22:10 +0100, Paul Brook wrote: > On Tuesday 10 May 2005 21:47, J. Mayer wrote: > > On Mon, 2005-05-09 at 02:49 +0100, Paul Brook wrote: > > > The attached patch fixes some trivial build problems with newer gcc on > > > amd64. It adds FORCE_RET on load ops, > > > > Index: targe

Re: [Qemu-devel] Compile fixes for newer gcc

2005-05-10 Thread Paul Brook
On Tuesday 10 May 2005 21:47, J. Mayer wrote: > On Mon, 2005-05-09 at 02:49 +0100, Paul Brook wrote: > > The attached patch fixes some trivial build problems with newer gcc on > > amd64. It adds FORCE_RET on load ops, > > Index: target-ppc/exec.h > ==

Re: [Qemu-devel] Compile fixes for newer gcc

2005-05-10 Thread J. Mayer
On Mon, 2005-05-09 at 02:49 +0100, Paul Brook wrote: > The attached patch fixes some trivial build problems with newer gcc on amd64. > It adds FORCE_RET on load ops, Index: target-ppc/exec.h === RCS file: /cvsroot/qemu/qemu/target-pp

[Qemu-devel] Compile fixes for newer gcc

2005-05-08 Thread Paul Brook
The attached patch fixes some trivial build problems with newer gcc on amd64. It adds FORCE_RET on load ops, and introduces helper functions for floating point negation (these require a literal constant load). Paul Index: target-i386/op.c ==