summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blackfin FD-PIC patch 4/6.Bernd Schmidt2007-12-031-0/+7
* Blackfin FD-PIC patch 3/6.Bernd Schmidt2007-12-033-2/+28
* Blackfin FD-PIC patch 2/6.Bernd Schmidt2007-12-031-0/+6
* Blackfin FD-PIC patch 1/6.Bernd Schmidt2007-12-031-1/+2
* Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso2007-12-031-20/+20
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-1/+2
* Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso2007-11-091-7/+16
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-073-3/+53
* Blue Swirl writes:Mike Frysinger2007-09-151-0/+4
* fix ld.so.cache handling on no-mmu setupsMike Frysinger2007-04-171-0/+6
* Make _dl_malloc alignment arch configurable.Joakim Tjernlund2007-02-171-0/+5
* - see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer2007-01-291-1/+1
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-1/+2
* Bernd Schmidt writes:Mike Frysinger2006-11-171-0/+6
* fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger2006-10-071-3/+9
* Bernd Schmidt writes:Mike Frysinger2006-10-071-0/+13
* merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger2006-09-192-1/+13