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: [rfc] Fix problem with (maybe) non-relocated .opd section on powerpc64-linux


Daniel Jacobowitz wrote:
> > As I understand symfile_relocate_debug_section, this would still *not*
> > take the load address of a shared library into account, so that part
> > would still need to be applied manually, right?
> 
> I believe so - ANOFFSET?

ANOFFSET is also a obj_section thing, but we have target sections
in the convert_from_func_ptr callback ...

Why do we need to keep section data in both the target and the
objfile?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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