This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR gdb/11265: "infor reg sse" doesn't work on Linux/x86-64


> Date: Tue, 9 Feb 2010 16:01:16 -0800
> From: "H.J. Lu" <hongjiu.lu@intel.com>
> 
> Linux/x86-64 overides i386_register_reggroup_p with
> amd64_linux_register_reggroup_p, which calls
> default_register_reggroup_p. It makes Linux/x86-64 different from
> other x86-64 targets where "infor reg sse" works.  This patch makes
> "infor reg sse" to work on Linux/x86-64 like other x86-64 targets.  OK
> to install?

This is ok.

> 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	PR gdb/11265
> 	* amd64-linux-tdep.c (amd64_linux_register_reggroup_p): Call
> 	i386_register_reggroup_p instead of default_register_reggroup_p.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]