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: [patch/resend/rfa] (2/4) Cleanup tm-hppa.h for multiarch.


obj_private_struct): Move to hppa-tdep.h.

This has been superseeded by objfile_data() (grep for examples). Looking at the HP code it seems to contain two things:


- unwind info (unwind_info)
- shlib info (so_info, dp)

First, how much of this is used by GNU/Linux? If it isn't it can get burried in hppa-hpux-tdep.[hc]. If it is (well the unwind_info bit I migiht be? then that should be split out to its own private objfile_data.

Andrew



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