summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2005-08-15Just quote the whole darn thing so we can print any error msg we wantEric Andersen
2005-08-15remove quote char which doesnt belongMike Frysinger
2005-08-15Fix bug 387, missing _dl_progname for static apps.Joakim Tjernlund
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-08-12Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund
2005-08-10use the inline version of _dl_parse_dynamic_infoMike Frysinger
2005-08-09clean up whitespace/syntaxMike Frysinger
2005-08-09disable early debug code if the arch relies on certain values (like load_addr...Mike Frysinger
2005-08-09rework the headers depedency so that it plays nice with parallel buildingMike Frysinger
2005-08-09eat whitespaceMike Frysinger
2005-08-01Add dependency on ld-uClibc.so.0 for libdl.so.Joakim Tjernlund
2005-07-29Remove unused include directory."Steven J. Hill"
2005-07-28just use -g as -g3 is overkill (and sometimes unstable)Mike Frysinger
2005-07-27Fix bug 358 by protecting _dl_symbol_tables as suggested.Joakim Tjernlund
2005-07-14a [mostly working] elfinterp.c based on i386 / glibcMike Frysinger
2005-07-14remove unused instructionsMike Frysinger
2005-07-13eat pointless whitespaceMike Frysinger
2005-07-13dump the address we transfer control toMike Frysinger
2005-07-13oops, fix typo in ELF_ST_BIND macrosMike Frysinger
2005-07-13use Elf32_Word instead of uint32_t since that is what the ELF spec refers toMike Frysinger
2005-07-12use wrapper debug macros to improve readabilityMike Frysinger
2005-07-11dont use void* when we know the type of pointer we wantMike Frysinger
2005-07-11force hash buckets to work off of 32bit quantitiesMike Frysinger
2005-07-11use the debug dprint macros to clean up readabilityMike Frysinger
2005-07-11use the debug dprint macros to clean up readabilityMike Frysinger
2005-07-11create a new wrapper macro for debug early outputMike Frysinger
2005-07-11minor touchups in debug output/commentsMike Frysinger
2005-07-11base __rtld_stack_end off of argv instead of args so we dont have to worry ab...Mike Frysinger
2005-07-11declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a W...Mike Frysinger
2005-07-11make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to itMike Frysinger
2005-07-09make sure we use long instead of int so we dont truncate 64bit valuesMike Frysinger
2005-07-09we need the syscall6() version of mmapMike Frysinger
2005-07-08add some more useful debug outputMike Frysinger
2005-07-08err, x86_64 is RELA, not RELMike Frysinger
2005-07-08need _DEBUG macros for NUMBER tooMike Frysinger
2005-07-08whitespace clean upMike Frysinger
2005-07-08help if i named the var correctly ...Mike Frysinger
2005-07-08help if i named the var correctly ...Mike Frysinger
2005-07-08dl-debug.h for sparcMike Frysinger
2005-07-08dl-debug.h for m68kMike Frysinger
2005-07-08fix GET_ARGV() so it pulls out the argc/argv/envp properlyMike Frysinger
2005-07-07get rid of arch-specific defines in dl-startup.c and make each arch declare i...Mike Frysinger
2005-07-07add debug code for showing argc/argv/envp and touch up some other debug outputMike Frysinger
2005-07-07clean up whitespaceMike Frysinger
2005-07-07remove broken asm code in elf_machine_dynamic() and just do it the glibc way ...Mike Frysinger
2005-07-07make RUNPATH/RPATH support configurableMike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-07-06need features.h for the misc attribute defines and uclibc featuresMike Frysinger
2005-07-06setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()Mike Frysinger