This is the mail archive of the gdb-patches@sources.redhat.com 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: RFA: ia64 portion of libunwind patch


On Nov 4,  2:09pm, J. Johnston wrote:

> I have chosen the first option to implement the syscall.  I have included a 
> patch here regarding this mechanism.
> 
> Ok to commit?
>
> 2003-11-04  Jeff Johnston  <jjohnstn@redhat.com>
> 
> 	* config/ia64/nm-linux.h (CHILD_TO_XFER_PARTIAL): New macro to set up   		the 
> ia64 linux native target to_xfer_partial method.
> 	(ia64_linux_xfer_partial): New prototype.
> 	* ia64-linux-nat.c (ia64_linux_xfer_partial): New function.
> 	* inftarg.c (init_child_ops)[CHILD_TO_XFER_PARTIAL]: Set up xfer partial 
> method if one provided via macro.
> 	* target.c (init_dummy_target): Initialize to_xfer_partial to default.
> 	* target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE enum.

The IA-64 specific portions of this patch are approved so long as the
approach taken is acceptable to the target vector maintainer (Andrew).

Note that we'll still (at some point) need to add machinery to remote.c
in order to work with remote IA-64 targets.

Kevin


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