This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Avoid relocation in fptr code used by rtld.
On Thu, Jul 7, 2011 at 10:42, Carlos O'Donell <carlos@codesourcery.com> wrote:
> My understanding is that we should not require any special order of
> relocation processing. Was I wrong in that understanding?
No. Relative relocation must always be resolved first. the linker has
to order the relocation tables like that. This has always been the
case.