reorder addend handling before symbol lookup in relocation code
authorRich Felker <dalias@aerifal.cx>
Mon, 13 Mar 2017 04:30:26 +0000 (00:30 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 13 Mar 2017 04:32:45 +0000 (00:32 -0400)
commit4823b13a75b40c4408c1101b363ab00fd118fb27
tree65204d069fb5d41a74720f2ed7d72e461cf3b89c
parent4ff234f6cba96403b5de6d29d48a59fd73252040
reorder addend handling before symbol lookup in relocation code

these two tasks are independent now, but in order to support lazy
relocations, the failure path for symbol lookup may want the addend to
be available.
ldso/dynlink.c