This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: Bogosity of merging GLOB_DATs with JUMP_SLOTs (was: Re: [PATCH] Fix PLT infinite loop for cris-*-*.)


> So, for visible-pointer equality, a PLT in the executable is
> always required for the referenced function even if there are no
> calls, which also seems to happen (for at least ia32 and CRIS).

Yes, any non-PIC code that refers to the symbol in the executable requires
that there be a PLT entry so that it can be the link-time constant address
that the symbol means for comparison.  


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