fix breakage due to initializing thread pointer when loading libs
authorRich Felker <dalias@aerifal.cx>
Mon, 8 Oct 2012 00:19:11 +0000 (20:19 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 8 Oct 2012 00:19:11 +0000 (20:19 -0400)
at initial program load, all libraries must be loaded before the
thread pointer can be setup, since the TP-relative addresses of all
initial TLS objects must be constant.


No differences found