| Commit message (Expand) | Author | Age | Files | Lines |
* | after much deliberation, may i present Joseph S. Myers patch to add support f... | Mike Frysinger | 2006-02-14 | 2 | -5/+75 |
* | disable lazy code for now | Mike Frysinger | 2006-02-01 | 1 | -1/+7 |
* | s:THUMB_INTERWORK:USE_BX:, thx Khem Raj | Peter S. Mazinger | 2006-01-31 | 1 | -2/+10 |
* | John Bowler says: use (!thumb) instead of (arm) since thumb defines arm | Mike Frysinger | 2006-01-31 | 1 | -3/+3 |
* | John Bowler writes in Bug 385: | Mike Frysinger | 2006-01-31 | 2 | -0/+87 |
* | John Bowler writes in Bug 385: | Mike Frysinger | 2006-01-31 | 1 | -2/+2 |
* | back to inline, mips fails | Peter S. Mazinger | 2006-01-30 | 2 | -22/+22 |
* | rename local i var to idx to get rid of shadow warning | Mike Frysinger | 2006-01-29 | 1 | -4/+4 |
* | remove unneeded double reloc_type definition | Mike Frysinger | 2006-01-29 | 1 | -1/+0 |
* | change variable names so we dont shadow others | Mike Frysinger | 2006-01-29 | 1 | -9/+9 |
* | use diff variable names so we dont shadow each other | Mike Frysinger | 2006-01-29 | 1 | -10/+12 |
* | Bernhard Fischer writes: remove unused variable name | Mike Frysinger | 2006-01-29 | 1 | -3/+0 |
* | remove excess whitespace | Mike Frysinger | 2006-01-29 | 1 | -1/+0 |
* | use attribute_unused instead of hardcoded | Peter S. Mazinger | 2006-01-27 | 2 | -3/+5 |
* | Some warnings go away | Peter S. Mazinger | 2006-01-27 | 1 | -1/+2 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 3 | -2/+5 |
* | - use keywords __asm__ and __inline__ c99. | Bernhard Reutner-Fischer | 2006-01-24 | 6 | -27/+27 |
* | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | 2006-01-23 | 2 | -3/+3 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 2 | -3/+4 |
* | fix building on alpha | Mike Frysinger | 2006-01-20 | 1 | -0/+15 |
* | would help if i used the right variable name ... | Mike Frysinger | 2006-01-19 | 1 | -1/+1 |
* | Frank Mehnert writes: | Mike Frysinger | 2006-01-19 | 1 | -0/+1 |
* | update sparc code using x86_64 as a template | Mike Frysinger | 2006-01-19 | 1 | -204/+302 |
* | first pass at updating sparc ldso with code from glibc | Mike Frysinger | 2006-01-19 | 1 | -29/+43 |
* | update syscall macros so both ldso and libc can use them | Mike Frysinger | 2006-01-19 | 1 | -168/+2 |
* | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger | 2006-01-19 | 6 | -11/+1 |
* | cut out unused code | Mike Frysinger | 2006-01-17 | 1 | -18/+6 |
* | cleanup whitespace | Mike Frysinger | 2006-01-17 | 1 | -61/+60 |
* | since just about everyone uses return _dl_elf_main for START() now, make it t... | Mike Frysinger | 2006-01-17 | 10 | -59/+6 |
* | grab some more fixes from x86_64 | Mike Frysinger | 2006-01-14 | 1 | -9/+23 |
* | m68k ldso works again (well, lazy relocation is broken atm) | Mike Frysinger | 2006-01-14 | 2 | -142/+208 |
* | add back in _dl_start_user | Mike Frysinger | 2006-01-14 | 1 | -0/+5 |
* | fixup so we can at least get to the ldso Standalone execution step | Mike Frysinger | 2006-01-14 | 1 | -16/+32 |
* | Revert 13276, cache corrupted on x86 | Peter S. Mazinger | 2006-01-14 | 1 | -11/+39 |
* | use regular headers rather than trying to get tricky | Mike Frysinger | 2006-01-14 | 1 | -39/+11 |
* | fix up ability to rename ldso | Mike Frysinger | 2006-01-13 | 1 | -17/+17 |
* | fix a (very unlikely) page leak | Mike Frysinger | 2006-01-12 | 1 | -3/+3 |
* | need to include bits/sysnum.h for all of our __NR_* defs | Mike Frysinger | 2006-01-11 | 1 | -15/+2 |
* | support a few more relocation types | Mike Frysinger | 2006-01-10 | 1 | -9/+11 |
* | list more relocs | Mike Frysinger | 2006-01-09 | 1 | -3/+6 |
* | other half of lazy relocation from glibc dl-trampoline | Mike Frysinger | 2006-01-08 | 1 | -0/+63 |
* | patch by Jocke to fix up lazy relocation | Mike Frysinger | 2006-01-08 | 1 | -7/+2 |
* | nlist should be unsigned, not signed, as it tracks # of elements in init_fini... | Mike Frysinger | 2005-12-27 | 1 | -1/+1 |
* | revert debug "fix" since it isnt correct and previous version works | Mike Frysinger | 2005-12-27 | 1 | -3/+3 |
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, so | Joakim Tjernlund | 2005-12-15 | 1 | -2/+4 |
* | fix signed/unsigned warnings and unused warnings | Mike Frysinger | 2005-12-14 | 4 | -14/+13 |
* | remove .oS too | Mike Frysinger | 2005-12-14 | 1 | -1/+1 |
* | Fix debugging. | "Steven J. Hill" | 2005-12-11 | 1 | -3/+3 |
* | Remove trailing ';' from strong_alias, thx Bernhard Fischer | Peter S. Mazinger | 2005-12-10 | 1 | -1/+1 |