[RFA/solib-svr4] use AT_BASE auxiliary entry to compute load base address

Daniel Jacobowitz drow@false.org
Thu Apr 17 17:48:00 GMT 2008


On Thu, Apr 17, 2008 at 05:11:38PM +0200, Ulrich Weigand wrote:
> GDB used to work correctly in the presence of prelinking anyway,
> because for regular shared libraries it detected that mismatch by
> comparing the load addresses from the BFD it reads with those 
> recorded in the dynamic loader's data structures (LM_ADDR_CHECK),
> and adjusting its expectations if it detects prelinking.

Can we read the dynamic linker's ELF header from the target, to
compare?

Wait, no, we can't... if we knew where it was loaded we wouldn't
need AT_BASE.  Well, we could ask gdbserver to read from the
target filesystem for us...

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list