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: For example only, updated Windows DLL support and gdbserver DLL support


On Tue, Jun 19, 2007 at 10:00:35PM +0200, Ulrich Weigand wrote:
> That sounds reasonable.  The member name would presumably also
> have to be added to so_list ...

Yeah.

> > I'm not sure how much trouble you'll have reporting the correct
> > relocations for an object file.  Do you get something based on
> > sections, or do AIX object files have a fixed number of segments?
> 
> XCOFF seems to be a bit limited in that respect, I understand there
> is just "Text" and "Data".  The AIX ldinfo structure provides:

Perfect.  Then GDB's xcoff reader can report that the object file has
two "segments", one text and one data.

-- 
Daniel Jacobowitz
CodeSourcery


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