summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
* ldso: support RTLD_NOLOADTimo Teräs2011-12-231-2/+4
* libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono2011-05-101-0/+8
* Fix nommu handling of DT_TEXTRELBernd Schmidt2011-04-112-1/+3
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-091-1/+1
* Add support for DSBT ELF to ld.soMark Salter2011-03-052-2/+11
* ldso: fix fdpic buildsMike Frysinger2011-02-211-2/+7
* ldso: get rid of _dl_lookup_hashCarmelo Amoroso2011-01-201-7/+1
* Add protected symbols support for all architecturesSalvatore Cro2011-01-201-8/+8
* ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko2010-11-021-6/+6
* ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono2010-09-151-7/+10
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono2010-07-261-1/+1
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-0/+4
* include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley2010-04-281-0/+1
* ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs2010-04-221-7/+13
* whitespace cleanupBernhard Reutner-Fischer2010-04-121-5/+5
* ldso: fix USE_TLS checkAustin Foxley2010-02-111-1/+1
* ldso: add missing prototypesBernhard Reutner-Fischer2010-02-051-0/+5
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-2/+2
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-201-16/+17
* ldso: drop duplicated/unused definesMike Frysinger2009-10-151-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-151-40/+22
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-151-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-151-14/+6
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-152-9/+8
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-071-0/+2
* whitespace cleanupBernhard Reutner-Fischer2009-10-061-4/+4
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-263-14/+200
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-0/+5
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-04-111-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-04-091-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-091-2/+2
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-102-21/+21
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-031-0/+13
* Fix whitespace damage in file.Hans-Christian Egtvedt2008-11-031-1/+1
* Use __always_inline for _dl_gettimeofday as well.Carmelo Amoroso2008-09-181-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-233-4/+4
* - Revert _dl_exit touch-up.Bernhard Reutner-Fischer2008-06-031-5/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-1/+5
* - fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer2008-05-301-3/+3
* Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt2008-02-081-1/+1
* This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso2008-01-182-2/+3
* fix broken whitespace in many places; no functional changesMike Frysinger2008-01-094-13/+12
* Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt2008-01-081-0/+4
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-3/+3
* Chris Zankel writes:Mike Frysinger2008-01-051-1/+1
* whitespace only: fix indentationMike Frysinger2008-01-051-1/+1
* Blackfin FD-PIC patch 6/6.Bernd Schmidt2007-12-041-1/+50
* Blackfin FD-PIC patches 5/6.Bernd Schmidt2007-12-032-1/+23