From: Rich Felker Date: Thu, 12 Nov 2015 03:08:23 +0000 (-0500) Subject: unify static and dynamic libc init/fini code paths X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ad1cd43a86645ba2d4f7c8747240452a349d6bc1;hp=ad1cd43a86645ba2d4f7c8747240452a349d6bc1;p=musl unify static and dynamic libc init/fini code paths use weak definitions that the dynamic linker can override instead of preprocessor conditionals on SHARED so that the same libc start and exit code can be used for both static and dynamic linking. ---