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: [patch 06/15] PIE: Fix displacement of separate debug info files


>> Ok with this change.
> 
> Checked-in.
> 
> Just updated it so that objfile_relocate is now using new
> objfile_separate_debug_iterate for all the separate debug info files.
> 
> But now thinking about it - is it correct, Tristan?  Haven't I broke the OSX
> support by this check-in (by remapping all the object files to single
> address)? Unaware how the OSX files look but the objfile_relocate caller will
> come in later patch.

Hi,

to my understanding, objfile_relocate is not used in OSX case.  Don't worry, I will investigate in case of
bug.  Thanks to your comments, I now have a better understanding of this code.

> 
> Also build_section_addr_info_from_objfile was already checked-in so just
> extended it for biarch support (which has been already approved before).

Tristan.


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