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: Regression on prelinked-sepdebug-shlibs


On Tue, 05 Jan 2010 12:02:46 +0100, Tristan Gingold wrote:
> But without that sepdebug.exp fails: by default (default_symfile_offsets),
> addresses from addr_info are used as offsets.  So if I put the vma into
> address, the addresses of the separate debug file are doubled.  The
> convertion of addr to offset in syms_from_objfile is *not* done for mainline
> sym files - but I don't know why.

I also do not know why but fixed it now:
	http://sourceware.org/ml/gdb-patches/2010-01/msg00080.html
	http://sourceware.org/ml/gdb-cvs/2010-01/msg00039.html


> Unless I still don't understand something it looks like we need to
> coordinate to submit this patch.  IIUC you haven't yet committed all your
> PIE patches.  Could you simply add it to your own patches set ?

I will have to rebase the PIE patchset.  I see I created a lot of needless
rebasing by not checking-in the parts approved that time (and at least those
just moving the code around).


Regards,
Jan


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