K 10 svn:author V 3 kib K 8 svn:date V 27 2012-03-30T09:34:19.756647Z K 7 svn:log V 558 MFC r232831: Add support for preinit, init and fini arrays to rtld. Only binaries marked with proper ABI note gets array ctr/dtrs called. MFC r232856: When iterating over the dso program headers, the object is not initialized yet, and object segments are not yet mapped. Only parse the notes that appear in the first page of the dso (as it should be anyway), and use the preloaded page content. MFC r232857 (by dim): Fix a warning/error with clang. MFC r232859 (by dim): Amend r232857, now dropping the casts entirely, as they were not necessary at all. END