From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 23 Mar 2011 13:25:06 +0000 Subject: Re: [PATCH] sh: Fix ptrace fpu state initialisation Message-Id: <20110323132506.GA17693@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Fri, Mar 18, 2011 at 02:16:31PM +0000, Phil Edworthy wrote: > Commit 0ea820cf introduced the PTRACE_GETFPREGS/SETFPREGS cmds, > but gdb-server still accesses the FPU state using the > PTRACE_PEEKUSR/POKEUSR commands. In this case, xstate was not > initialised. > > Signed-off-by: Phil Edworthy Applied, thanks.