K 10 svn:author V 4 tijl K 8 svn:date V 27 2015-02-25T08:39:48.169228Z K 7 svn:log V 342 MFC r278586: Fix ldscripts such that ld(1) collects the .fini_array section in the same order as the .init_array section. Finalisation routines need to be called in the opposite order as their corresponding initialisation routines but rtld(1) handles that by calling the function pointers in .fini_array in reverse order. Reviewed by: kib END