Re: [Qemu-devel] [PATCH 09/21] target-sparc: Change fpr representation to doubles.

2011-10-18 Thread Richard Henderson
On 10/18/2011 01:28 PM, Blue Swirl wrote: >> > +static const char * const fregnames[32] = { >> > +"f0", "f2", "f4", "f6", "f8", "f10", "f12", "f14", >> > +"f16", "f18", "f20", "f22", "f24", "f26", "f28", "f30", >> > +"f32", "f34", "f36", "f38", "f40", "f42", "f44", "f46"

Re: [Qemu-devel] [PATCH 09/21] target-sparc: Change fpr representation to doubles.

2011-10-18 Thread Blue Swirl
On Tue, Oct 18, 2011 at 6:50 PM, Richard Henderson wrote: > This allows a more efficient representation for 64-bit hosts. > It should be about the same for 32-bit hosts, as we can still > access the individual pieces of the double. > > Signed-off-by: Richard Henderson > --- >  gdbstub.c          

[Qemu-devel] [PATCH 09/21] target-sparc: Change fpr representation to doubles.

2011-10-18 Thread Richard Henderson
This allows a more efficient representation for 64-bit hosts. It should be about the same for 32-bit hosts, as we can still access the individual pieces of the double. Signed-off-by: Richard Henderson --- gdbstub.c | 35 +++--- linux-user/signal.c| 28 +