summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger2006-02-142-5/+75
* disable lazy code for nowMike Frysinger2006-02-011-1/+7
* s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger2006-01-311-2/+10
* John Bowler says: use (!thumb) instead of (arm) since thumb defines armMike Frysinger2006-01-311-3/+3
* John Bowler writes in Bug 385:Mike Frysinger2006-01-312-0/+87
* John Bowler writes in Bug 385:Mike Frysinger2006-01-311-2/+2
* back to inline, mips failsPeter S. Mazinger2006-01-302-22/+22
* rename local i var to idx to get rid of shadow warningMike Frysinger2006-01-291-4/+4
* remove unneeded double reloc_type definitionMike Frysinger2006-01-291-1/+0
* change variable names so we dont shadow othersMike Frysinger2006-01-291-9/+9
* use diff variable names so we dont shadow each otherMike Frysinger2006-01-291-10/+12
* Bernhard Fischer writes: remove unused variable nameMike Frysinger2006-01-291-3/+0
* remove excess whitespaceMike Frysinger2006-01-291-1/+0
* use attribute_unused instead of hardcodedPeter S. Mazinger2006-01-272-3/+5
* Some warnings go awayPeter S. Mazinger2006-01-271-1/+2
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-263-2/+5
* - use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer2006-01-246-27/+27
* Make i386 build w/ -std=c99 (almost)Peter S. Mazinger2006-01-232-3/+3
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-3/+4
* fix building on alphaMike Frysinger2006-01-201-0/+15
* would help if i used the right variable name ...Mike Frysinger2006-01-191-1/+1
* Frank Mehnert writes:Mike Frysinger2006-01-191-0/+1
* update sparc code using x86_64 as a templateMike Frysinger2006-01-191-204/+302
* first pass at updating sparc ldso with code from glibcMike Frysinger2006-01-191-29/+43
* update syscall macros so both ldso and libc can use themMike Frysinger2006-01-191-168/+2
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-196-11/+1
* cut out unused codeMike Frysinger2006-01-171-18/+6
* cleanup whitespaceMike Frysinger2006-01-171-61/+60
* since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger2006-01-1710-59/+6
* grab some more fixes from x86_64Mike Frysinger2006-01-141-9/+23
* m68k ldso works again (well, lazy relocation is broken atm)Mike Frysinger2006-01-142-142/+208
* add back in _dl_start_userMike Frysinger2006-01-141-0/+5
* fixup so we can at least get to the ldso Standalone execution stepMike Frysinger2006-01-141-16/+32
* Revert 13276, cache corrupted on x86Peter S. Mazinger2006-01-141-11/+39
* use regular headers rather than trying to get trickyMike Frysinger2006-01-141-39/+11
* fix up ability to rename ldsoMike Frysinger2006-01-131-17/+17
* fix a (very unlikely) page leakMike Frysinger2006-01-121-3/+3
* need to include bits/sysnum.h for all of our __NR_* defsMike Frysinger2006-01-111-15/+2
* support a few more relocation typesMike Frysinger2006-01-101-9/+11
* list more relocsMike Frysinger2006-01-091-3/+6
* other half of lazy relocation from glibc dl-trampolineMike Frysinger2006-01-081-0/+63
* patch by Jocke to fix up lazy relocationMike Frysinger2006-01-081-7/+2
* nlist should be unsigned, not signed, as it tracks # of elements in init_fini...Mike Frysinger2005-12-271-1/+1
* revert debug "fix" since it isnt correct and previous version worksMike Frysinger2005-12-271-3/+3
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-1/+1
* Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, soJoakim Tjernlund2005-12-151-2/+4
* fix signed/unsigned warnings and unused warningsMike Frysinger2005-12-144-14/+13
* remove .oS tooMike Frysinger2005-12-141-1/+1
* Fix debugging."Steven J. Hill"2005-12-111-3/+3
* Remove trailing ';' from strong_alias, thx Bernhard FischerPeter S. Mazinger2005-12-101-1/+1