summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2015-01-26merge upstream changesWaldemar Brodkorb
2015-01-25add support for $ORIGINWaldemar Brodkorb
2015-01-23xtensa: ldso: drop unused address calculation from _dl_linux_resolveMax Filippov
2015-01-23xtensa: ldso: coalesce dl_mprotect address rangesMax Filippov
2015-01-01explicitly cast (even though this casting is not very nice)Thorsten Glaser
2015-01-01make __dl_start, whose address is taken, into a real object typeThorsten Glaser
2014-12-28relocation fixesWaldemar Brodkorb
2014-12-28sparc64 support was removed recentlyWaldemar Brodkorb
2014-09-22xtensa: add support for NPTLWaldemar Brodkorb
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-09-04ldso: Fix compile-error on noMMUBernhard Reutner-Fischer
2014-08-18NPTL: ARC supportVineet Gupta
2014-08-18ARC: ldso: Use @pcl syntax.Joern Rennecke
2014-07-22ARC: ldso: Dont force frame pointer as it useless for unwinding on ARCVineet Gupta
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2014-04-23ldso: Add remaining relocation types to the tableGregory Fong
2014-04-23ldso/mips: Remove redundant LD_DEBUG printsGregory Fong
2014-04-23ldso/mips: actually print results of each relocationGregory Fong
2014-04-23ldso: Fix misplaced declarationBernhard Reutner-Fischer
2014-04-08ldso: fix standalone execution on x86_64 architectureCédric VINCENT
2014-04-01xtensa: add missing .literal_position directivesMax Filippov
2014-01-15ldso: arm, metag: Use runtime pagesizeBernhard Reutner-Fischer
2013-12-20ldso: ARC: tweak whitespace some moreBernhard Reutner-Fischer
2013-12-20ldso: ARC whitespace tweaksVineet Gupta
2013-12-20ldso: Add ARC supportVineet Gupta
2013-12-20Fix for SIGBUS error on MIPS64 with N64 ABIWaldemar Brodkorb
2013-12-20ldso: use unlikely macroBernhard Reutner-Fischer
2013-11-12ldso: silence warnings in debug codeBernhard Reutner-Fischer
2013-11-06ldso: remove duplicate function declarationsBaruch Siach
2013-11-06libdl: fix unused variable warningBaruch Siach
2013-11-06ldso: fix unused variable warningBaruch Siach
2013-06-07ldso/libdl: Also include dl-tls.h for for !SHARED.Gregory Fong
2013-05-13libdl: fix dlopen implementation from statically linked applicationFilippo Arcidiacono
2013-05-13libc: deal with aux vect inside __uClibc_main only if !SHAREDFilippo ARCIDIACONO
2013-03-22Fix some fragileness in dlopen/do_dlopen wrapper & worker pair.Nathan Sidwell
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14metag: Add support for loading shared objects into core memories.Markos Chandras
2013-03-14Add support for the Meta architectureMarkos Chandras
2013-03-14ldso: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2013-02-20ldso: Use newer syscalls if arch does not have the deprecated syscallsMarkos Chandras
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-09dl: fix dlsym lookups with RTLD_NEXTTimo Teräs
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-18ldso: include dlfcn.h for RTLD_NODELETEMike Frysinger
2012-06-15add LDSO_SAFE_RUNPATH config optionPeter S. Mazinger
2012-06-15dl-defs.h: avoid including dl-sysdep.h if compiling hostutilsPeter S. Mazinger
2012-06-15mips/README: fix comment about file from which functions were copiedPeter S. Mazinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger