K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-10-14T13:56:26.399989Z K 7 svn:log V 357 MFC r213406: 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. END