further refactoring of dynamic linker load address computations
authorRich Felker <dalias@aerifal.cx>
Thu, 17 Sep 2015 17:50:43 +0000 (17:50 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 17 Sep 2015 17:50:43 +0000 (17:50 +0000)
commita735f53e6ab094bce9b992dd3d3127fdb4ffdcc2
tree75caa26bf681b5d87808c035bf48d3caa409edae
parent301335a80b85f12c018e4acf1a2c28615e119f8d
further refactoring of dynamic linker load address computations

these are in do_relocs. the first one was omitted in commit
301335a80b85f12c018e4acf1a2c28615e119f8d because it slightly changes
code (using dso->base rather than cached local var base) and would
have prevented easy verification. the other was an oversight.
src/ldso/dynlink.c