This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Java stack trace vs. the PLT


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~


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