fix broken copy relocations from dynamic linker cleanup
authorRich Felker <dalias@aerifal.cx>
Mon, 23 Jan 2012 23:32:40 +0000 (18:32 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 23 Jan 2012 23:32:40 +0000 (18:32 -0500)
commitfd7015d0c23edb9ae655e5ce3677f980f0cb1143
tree9c68685e47eeced2893f5b789cdbd8d8fe87b4c5
parente12fe65c928f038fb8db0caddcf535ab0a980c58
fix broken copy relocations from dynamic linker cleanup

this issue affected programs which use global variables exported by
non-libc libraries.
src/ldso/dynlink.c