summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-221-16/+17
* ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer2009-11-228-14/+14
* ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley2009-10-161-2/+2
* ldso: drop duplicated/unused definesMike Frysinger2009-10-161-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-161-40/+22
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-161-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-162-15/+7
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-1614-159/+137
* ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley2009-10-167-13/+13
* check_ld some more flagsBernhard Reutner-Fischer2009-10-161-1/+1
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-161-0/+2
* ldso: use O_CLOEXEC for cache fileMike Frysinger2009-10-161-1/+1
* ldso: use MAP_FAILED with ld.so.cacheMike Frysinger2009-10-161-5/+5
* fix coding styleBernhard Reutner-Fischer2009-10-161-25/+16
* commentary typo fixBernhard Reutner-Fischer2009-10-161-2/+2
* trim whitespaceBernhard Reutner-Fischer2009-10-161-10/+10
* whitespace cleanupBernhard Reutner-Fischer2009-10-161-4/+4
* mips nptl: Cleanup up _ABI64 warningsAustin Foxley2009-09-271-1/+1
* add i386 ldso tls supportAustin Foxley2009-09-232-3/+31
* tls: test for DTV vs TCB at TP correctlyAustin Foxley2009-09-232-9/+9
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-223-3/+7
* guard tls.h includeAustin Foxley2009-09-201-0/+3
* use proper macrosAustin Foxley2009-09-182-4/+4
* sync up bfin reloc names to masterAustin Foxley2009-09-183-14/+14
* support building out-of-treeBernhard Reutner-Fischer2009-08-192-0/+4
* Blackfin: add support for automatic loading of L2 SRAM regionsJie Zhang2009-08-191-17/+36
* Blackfin: rename __dl_boot to __startMike Frysinger2009-08-192-11/+8
* Blackfin: fix incorrect attribute orderMike Frysinger2009-08-191-1/+2
* Blackfin: add elf_machine_load_address() stubMike Frysinger2009-08-191-0/+8
* ldso: fix building for FDPIC systemsMike Frysinger2009-08-191-1/+1
* silence warnings in Blackfin ldso codeMike Frysinger2009-08-193-3/+3
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-0/+5
* Avoid type-punned pointers that break strict-aliasingRon2009-07-092-2/+5
* Move extern prototype out of function scopeRon2009-07-091-1/+2
* Merged revisions 26046,26062,26066,26078 via svnmerge from Khem Raj2009-04-142-2/+2
* add sparc TLS reloc's, shared library NPTL works nowaustinf2009-04-142-37/+44
* Merged revisions 26038 via svnmerge from Khem Raj2009-04-091-3/+1
* Merged revisions 26033 via svnmerge from Khem Raj2009-04-093-9/+30
* sparc32 nptl functionalaustinf2009-03-191-3/+3
* Use __always_inline instead of __inline__Carmelo Amoroso2009-03-0511-38/+38
* Re-add/merge TLS relocations support for MIPS thatCarmelo Amoroso2009-03-041-9/+62
* i386 doesn't need to pass the extra tpnt to _dl_find_hashCarmelo Amoroso2009-02-231-3/+1
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-201-1/+1
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-2813-91/+0
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-221-9/+9
* ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso2009-01-2110-31/+69
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-111-2/+1
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-107-240/+241
* ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko2009-01-0414-43/+23