K 10 svn:author V 8 rdivacky K 8 svn:date V 27 2010-05-18T08:55:23.686489Z K 7 svn:log V 315 Only use the cache after the early stage of loading. This is because calling mmap() etc. may use GOT which is not set up yet. Use calloc() instead of mmap() in cases where this was the case before (sparc64, powerpc, arm). Submitted by: Dimitry Andric (dimitry andric com) Reviewed by: kan Approved by: ed (mentor) END