K 10 svn:author V 4 tijl K 8 svn:date V 27 2015-02-11T17:25:23.031669Z K 7 svn:log V 347 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 MFC after: 2 weeks END