Re: [PATCH] fix PPC floating point debug

2009-11-27 Thread Stefani Seibold
Am Freitag, den 27.11.2009, 22:01 +1100 schrieb Benjamin Herrenschmidt: > On Fri, 2009-11-27 at 09:59 +0100, Stefani Seibold wrote: > > The PPC architecture is unable to debug applications using hardware > > floating point, because it would not save the floating point registers. > > > > After ret

Re: [PATCH] fix PPC floating point debug

2009-11-27 Thread Benjamin Herrenschmidt
On Fri, 2009-11-27 at 09:59 +0100, Stefani Seibold wrote: > The PPC architecture is unable to debug applications using hardware > floating point, because it would not save the floating point registers. > > After returning from the debugger, the contents of register was > modified. This patch fix t

[PATCH] fix PPC floating point debug

2009-11-27 Thread Stefani Seibold
The PPC architecture is unable to debug applications using hardware floating point, because it would not save the floating point registers. After returning from the debugger, the contents of register was modified. This patch fix this bug. Signed-off-by: Stefani Seibold --- traps.c |6 ++