summaryrefslogtreecommitdiff
path: root/ldso/include
AgeCommit message (Expand)Author
2010-04-12whitespace cleanupBernhard Reutner-Fischer
2010-02-11ldso: fix USE_TLS checkAustin Foxley
2010-02-05ldso: add missing prototypesBernhard Reutner-Fischer
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-11-20remove superfluous extra semicolonsBernhard Reutner-Fischer
2009-10-15ldso: drop duplicated/unused definesMike Frysinger
2009-10-15ldso: unify and cleanup _dl_mmap codeMike Frysinger
2009-10-15ldso: define MAP_FAILED for everyoneMike Frysinger
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-07ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger
2009-10-06whitespace cleanupBernhard Reutner-Fischer
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-20fix building for systems w/out ldso supportMike Frysinger
2009-04-11sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf
2009-04-09Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj
2009-04-09The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj
2009-01-12ldso: do not comment out unused variables, just delete it.Carmelo Amoroso
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-11-03Fix whitespace damage in file.Hans-Christian Egtvedt
2008-09-18Use __always_inline for _dl_gettimeofday as well.Carmelo Amoroso
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-03- Revert _dl_exit touch-up.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-30- fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer
2008-02-08Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt
2008-01-18This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2008-01-08Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger
2008-01-05whitespace only: fix indentationMike Frysinger
2007-12-04Blackfin FD-PIC patch 6/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 4/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 3/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 2/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 1/6.Bernd Schmidt
2007-12-03Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2007-11-09Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-09-15Blue Swirl writes:Mike Frysinger
2007-04-17fix ld.so.cache handling on no-mmu setupsMike Frysinger
2007-02-17Make _dl_malloc alignment arch configurable.Joakim Tjernlund
2007-01-29- see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
2006-11-17Bernd Schmidt writes:Mike Frysinger
2006-10-07fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger