OSDN Git Service

powerpc: Add TLS and NPTL support
[uclinux-h8/uClibc.git] / ldso / ldso / x86_64 /
2010-05-05 Roman I Khimovldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-19 Austin Foxleyx86_64: finish up tls reloc support in ldso
2009-10-15 Austin Foxleyldso: fixup all the rest of the calls to _dl_find_hash
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2007-07-29 Denis VlasenkoRemove stray code alignment (.align 16 and .align 4...
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2006-01-10 Mike Frysingersupport a few more relocation types
2006-01-09 Mike Frysingerlist more relocs
2006-01-08 Mike Frysingerother half of lazy relocation from glibc dl-trampoline
2006-01-08 Mike Frysingerpatch by Jocke to fix up lazy relocation
2005-11-21 Peter S. MazingerPartly undo earlier patch on vapier's request
2005-11-21 Peter S. MazingerGuard debug_sym/debug_reloc, make sure elfinterp.c...
2005-09-21 Joakim Tjernlund__set_errno must be redefined after #include "sys/sysca...
2005-08-18 Mike Frysingeruse generic ELF wrappers
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-07-14 Mike Frysingera [mostly working] elfinterp.c based on i386 / glibc
2005-07-14 Mike Frysingerremove unused instructions
2005-07-11 Mike Frysingerdont use void* when we know the type of pointer we...
2005-07-08 Mike Frysingererr, x86_64 is RELA, not REL
2005-07-08 Mike Frysingerfix GET_ARGV() so it pulls out the argc/argv/envp properly
2005-07-07 Mike Frysingerremove broken asm code in elf_machine_dynamic() and...
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-07-06 Mike Frysingerimport start of ldso based on glibc