This is the mail archive of the libc-alpha@sourceware.org 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: [PATCH] Fix lazy setting for PLTREL overlap cpus.


On Wed, Apr 4, 2012 at 12:07 AM, Carlos O'Donell
<carlos@systemhalted.org> wrote:
> As I see it you have two options:
>
> (a) Split the relocs into regions of lazy and non-lazy processing,
> calling elf_dynamic_do_rel(a) with lazy set correctly for the region.
>
> (b) Complicate elf_dynamic_do_rel(a) by passing down information about
> the DT_JMPREL relocations so it knows where they are and avoid
> processing them if lazy.

Note that (a) is what we do today.

Cheers,
Carlos.


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