OSDN Git Service

mips/libdl: Apply relocations after appending the new scope
authorKhem Raj <raj.khem@gmail.com>
Sat, 21 Jan 2012 08:21:41 +0000 (00:21 -0800)
committerKhem Raj <raj.khem@gmail.com>
Tue, 24 Jan 2012 00:10:21 +0000 (16:10 -0800)
commitbee3ea0f5a8d2cc2cfaeebdc4ef65f2d6b30b749
tree0c92a60c584bd81e98b4f7d871f8f72245257072
parentc4904bd81b8bd4b023d74e438324432341a4b745
mips/libdl: Apply relocations after appending the new scope

Without this the relocations for the current shared object
are not resolved since the scope is not added to map yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
ldso/libdl/libdl.c