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-ppc 3/5] Add VSX support for GDBServer


On Thu, 2008-08-14 at 21:53 +0200, Ulrich Weigand wrote:
> Luis Machado wrote:
> 
> > 2008-07-25  Luis Machado  <luisgpm@br.ibm.com>
> > 
> > 	* Makefile.in: Add required vsx dependencies.
> > 
> > 	* linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
> > 	Declare init_registers_powerpc_vsx32l.
> > 	Declare init_registers_powerpc_vsx64l.
> > 	Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
> > 	(ppc_arch_setup): Check for VSX in hwcap.
> > 	(ppc_fill_vsxregset): New function.
> > 	(ppc_store_vsxregset): New function.
> > 	Add new VSX entry in regset_info target_regsets.
> > 
> > 	* configure.srv: Add new VSX dependencies.
> 
> This looks good to me, but Dan needs to approve gdbserver patches ...
> 
> Bye,
> Ulrich

Thanks for reviewing.

Daniel, are you OK with this one?

Regards,
Luis


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