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: [rfc][2/3] gdbserver bi-arch for ppc: merged ppc low target


Daniel Jacobowitz wrote:
> On Fri, Feb 08, 2008 at 02:10:48AM +0100, Ulrich Weigand wrote:
> > ChangeLog:
> > 
> > 	* configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
> > 	instead of linux-ppc64-low.o.
> > 	* linux-ppc64-low.c: Remove file.
> > 	* Makefile.in (SFILES): Remove linux-ppc64-low.c.
> > 	(linux-ppc64-low.o): Remove rule.
> > 
> > 	* linux-ppc-low.c (init_registers_ppc64): Add prototype.
> > 	(init_registers_powerpc_64): Likewise.
> > 	(ppc_regmap): Conditionally define depending on __powerpc64__.
> > 	(ppc_cannot_store_register): Do not special-case "fpscr" when
> > 	compiled on __powerpc64__.
> > 	(ppc_collect_ptrace_register): New function.
> > 	(ppc_supply_ptrace_register): New function.
> > 	(ppc_breakpoint): Change type to "unsigned int".
> > 	(ppc_breakpoint_at): Change type of "insn" to "unsigned int".
> > 	(the_low_target): Conditionally provide initializers for the
> > 	arch_setup member depending on __powerpc__64.  Install 
> > 	collect_ptrace_register and supply_ptrace_register members.
> 
> OK, thanks.

Checked in as well, thanks.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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