freebsd-dev/libexec/rtld-elf/powerpc
Nathan Whitehorn 9d00444d9c Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue
where long PLT calls in multi-threaded environments could end up with
incorrect jmptab values. The second is that, after the addition of extended
PLT support, I forgot to update the PLT icache synchronization code to cover
the extended PLT instead of just the basic PLT.

MFC after:	10 days
2010-10-04 16:02:11 +00:00
..
Makefile.inc
reloc.c Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue 2010-10-04 16:02:11 +00:00
rtld_machdep.h Support the extended PLT format used when objects have more than 8192 2010-02-22 16:49:45 +00:00
rtld_start.S Support the extended PLT format used when objects have more than 8192 2010-02-22 16:49:45 +00:00