fix breakage in dlsym for looking up RTLD_DEFAULT, etc.
authorRich Felker <dalias@aerifal.cx>
Sat, 20 Oct 2012 01:41:30 +0000 (21:41 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 20 Oct 2012 01:41:30 +0000 (21:41 -0400)
commitdeb15b3cf23cb6093f439f7b37eaeb1263df5399
treeddb246ecea8edc2bd3e9a6e305a1d7d2933db38f
parentdde325d7b3ff6332dc0c24e29f8827b1b16bdd92
fix breakage in dlsym for looking up RTLD_DEFAULT, etc.

this was broken during the early dynamic-linked TLS commits, which
rearranged some of the code for handling new relocation types.
src/ldso/dynlink.c