summaryrefslogtreecommitdiffstats
path: root/ldso/include/ldso.h
Commit message (Expand)AuthorAgeFilesLines
* Fix nommu handling of DT_TEXTRELBernd Schmidt2011-04-111-0/+2
* 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: fix USE_TLS checkAustin Foxley2010-02-111-1/+1
* ldso: add missing prototypesBernhard Reutner-Fischer2010-02-051-0/+5
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-151-2/+2
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-071-0/+2
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-261-0/+6
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-0/+5
* 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-101-1/+1
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-031-0/+13
* - fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer2008-05-301-3/+3
* fix broken whitespace in many places; no functional changesMike Frysinger2008-01-091-1/+1
* Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt2008-01-081-0/+4
* Blackfin FD-PIC patches 5/6.Bernd Schmidt2007-12-031-1/+9
* Blackfin FD-PIC patch 1/6.Bernd Schmidt2007-12-031-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-071-1/+9
* - see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer2007-01-291-1/+1
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-051-2/+2
* missed an ElfW(Addr) changeMike Frysinger2006-07-051-1/+1
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-051-1/+1
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-301-1/+1
* Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt2006-02-231-2/+2
* change to Lesser GPL 2.1 as pointed out by psmMike Frysinger2005-11-231-1/+1
* add some copyright infoMike Frysinger2005-11-221-0/+7
* some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger2005-08-291-0/+1
* Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund2005-08-121-1/+0
* create a new wrapper macro for debug early outputMike Frysinger2005-07-111-5/+11
* change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger2005-06-301-1/+1
* move _dl_if_debug_dprint() to shared ldso headerMike Frysinger2005-06-251-3/+7
* Get rid of extern references to ldso variables."Steven J. Hill"2005-04-271-2/+0
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-081-2/+1
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-031-0/+7
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-021-2/+0
* Remove poor man's malloc. Not needed anymore.Joakim Tjernlund2004-08-191-2/+1
* Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund2004-08-191-1/+1
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-191-2/+1
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-5/+1
* Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen2004-07-301-0/+1
* Revert this stuff for nowEric Andersen2004-07-161-1/+1
* Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen2004-07-141-1/+0
* Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen2004-07-141-0/+1
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-0/+1
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-101-4/+4
* Step one, begin shuffling things around a bitEric Andersen2004-02-071-0/+46
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-291-0/+15