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 Tue, Oct 28, 2003 at 06:53:36PM -0500, J. Johnston wrote:
> I have addressed your comments below.  The bfd stuff (map_segment, 
> map_info) has been replaced by a simple call to bfd_bread().  I have moved 
> the getunwind syscall stuff into ia64-linux-tdep.c and I access it via the 
> gdbarch_tdep structure.

Nothing which involves a syscall is acceptable in a tdep file.  That's
what the t means - target support.

Move it to the -nat file.  I don't know how you should integrate it
with the gdbarch tdep.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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