OSDN Git Service

- Use runtime pagesize (Jeremy Kerr)
[uclinux-h8/uClibc.git] / ldso / ldso / x86_64 /
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