From: Rich Felker Date: Sat, 6 Oct 2012 05:36:11 +0000 (-0400) Subject: fix symbol acceptance/rejection rules for TLS X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=bd17431a2cba8aafd1e4f95f9b70e5800ee51d24;hp=bd17431a2cba8aafd1e4f95f9b70e5800ee51d24 fix symbol acceptance/rejection rules for TLS symbol value of 0 is not "undefined" for TLS; it's the address of the first symbol in the TLS segment. however, non-definition TLS references also have values of 0, so check the section. hopefully the new logic is more clear, too. ---