summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger2006-07-052-1/+34
* patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger2006-07-051-0/+8
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-054-6/+17
* patch from Bernd Schmidt to abstract away load address checksMike Frysinger2006-07-051-0/+15
* missed an ElfW(Addr) changeMike Frysinger2006-07-051-1/+1
* patch from Bernd Schmidt to abstract away load addressesMike Frysinger2006-07-051-1/+10
* use ElfW(Addr) in more placesMike Frysinger2006-07-051-11/+6
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-054-75/+6
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-304-6/+75
* add a note as to why mips is specialMike Frysinger2006-04-201-0/+4
* forgotten to update gettimeofday here as wellPeter S. Mazinger2006-03-231-2/+6
* macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger2006-03-081-2/+10
* Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt2006-02-231-2/+2
* Allow MMAP2_PAGE_SHIFT to be specified by the architecture specificPeter Kjellerstedt2006-02-231-1/+8
* A little clean up.Peter Kjellerstedt2006-02-231-18/+23
* sync with glibcMike Frysinger2006-02-221-0/+16
* Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi u...Mike Frysinger2006-02-221-27/+34
* move _dl_mmap_check_error() to related mmap bits of code as pointed out by Ni...Mike Frysinger2006-02-221-13/+10