make dynamic linker tell the debugger its own pathname
authorRich Felker <dalias@aerifal.cx>
Fri, 13 Jul 2012 05:31:02 +0000 (01:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 13 Jul 2012 05:31:02 +0000 (01:31 -0400)
commit649cec5f9868070b4d350b861ee7f68b03a552a8
tree715c9beb3f8d3f7ef917db9220308ffb6d9c004f
parent48d20136b033da456f7bd98dfc9c384b39891d5f
make dynamic linker tell the debugger its own pathname

use the main program's PT_INTERP header if possible, since this is
sure to be a correct (and hopefully absolute) pathname.
src/ldso/dynlink.c