the bitrig master branch has been updated by drahn with 1 new commit:

commit 78607cc2ba9a7fb1870427cdfe03def115f1f0ea
diff: https://github.com/bitrig/bitrig/commit/78607cc
author: Dale Rahn <[email protected]>
date: Mon Sep 28 11:55:23 2015 -0400

Fix TLS related issue seen with dmesg.

Just checking for value == 0 is not enough to declare a variable undefined.
If the symbol is a thread symbol, it can have a valid address (offset) of
zero. To see if a variable is undefined also check it's size and in those
instances, do not perform the relocation.

M       lib/csu/boot.h

Reply via email to