Java stack trace vs. the PLT
Richard Henderson
rth@redhat.com
Mon Nov 3 08:02:00 GMT 2003
On Mon, Nov 03, 2003 at 04:07:08PM +1300, Bryce McKinlay wrote:
> Is there anything we can do to ensure that ncode always gets resolved
> by the linker to the actual address of the function, and not a PLT
> indirection?
Not that I know of. The compiler will be generating a direct
32/64-bit relocation. The linker will notice that the symbol
resolves to a function and create the PLT entry.
r~
More information about the Java
mailing list