Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-20 | fix building for systems w/out ldso support | Mike Frysinger | |
If an arch (like alpha and others) have no ldso support at all, then there is no point in attempting to walk loaded modules in the dl-* helper funcs. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-05 | Provide token prototypes for functions that are external but have no header | Ron | |
This cuts down on a lot of noise from gcc-4.4 Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-11-25 | - cosmetic tidy up of clean target | Bernhard Reutner-Fischer | |
2008-11-18 | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | |
2008-11-18 | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | |
2008-11-18 | Fix typo: missing ) | Carmelo Amoroso | |
2008-11-18 | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso | |
Currently we have an implementation in ld.so and libdl.a. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> |