more dynamic linker internals cleanup
authorRich Felker <dalias@aerifal.cx>
Sun, 5 Aug 2012 06:44:32 +0000 (02:44 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 Aug 2012 06:44:32 +0000 (02:44 -0400)
commit7cb44cd3de59dc3acf5428c19a6a882aa896e6d0
tree35e7ad6b794ffc3c42a24a63ad65b8f4b9e8b1ca
parent05eff01e89ee345e70acdbebc9c3778766b76ee2
more dynamic linker internals cleanup

changing the string printed for the dso name is not a regression; the
old code was simply using the wrong dso name (head rather than the dso
currently being relocated). this will be fixed in a later commit.
src/ldso/dynlink.c