OSDN Git Service

ldso: Do not add the ld.so at the end of the loaded modules list
authorFilippo Arcidiacono <filippo.arcidiacono@st.com>
Fri, 30 Jul 2010 12:18:38 +0000 (14:18 +0200)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Fri, 17 Sep 2010 14:12:14 +0000 (16:12 +0200)
commit02f56b3ae9f620528c3c1bb42662b4499d19f383
treeeded946d1bb8daaa35f5b8d65123398860d13446
parent4136ca46e391faf1a6ce58b9a1a709b248213fb4
ldso: Do not add the ld.so at the end of the loaded modules list

The dynamic linker was included indifferently at the end of the
loaded modules list. In order to be used with prelink, it is required
to included the ld.so in the local scope of each shared libraries that
depends directly on it.
Also it is included in the global scope at the first occurrence.

Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
ldso/ldso/ldso.c