summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* need _DEBUG macros for NUMBER tooMike Frysinger2005-07-082-5/+7
* CRT0_ -> CRT_Mike Frysinger2005-07-081-5/+5
* whitespace clean upMike Frysinger2005-07-081-34/+33
* help if i named the var correctly ...Mike Frysinger2005-07-081-2/+2
* help if i named the var correctly ...Mike Frysinger2005-07-082-3/+3
* dl-debug.h for sparcMike Frysinger2005-07-082-11/+40
* dl-debug.h for m68kMike Frysinger2005-07-082-14/+42
* fix GET_ARGV() so it pulls out the argc/argv/envp properlyMike Frysinger2005-07-081-2/+7
* get rid of arch-specific defines in dl-startup.c and make each arch declare i...Mike Frysinger2005-07-073-3/+12
* add debug code for showing argc/argv/envp and touch up some other debug outputMike Frysinger2005-07-071-11/+16
* clean up whitespaceMike Frysinger2005-07-071-11/+9
* remove broken asm code in elf_machine_dynamic() and just do it the glibc way ...Mike Frysinger2005-07-071-6/+1
* clean up from psm ... merge glibc updates and punt errno handling in favor of...Mike Frysinger2005-07-071-40/+19
* dont need errno.h anymoreMike Frysinger2005-07-071-2/+0
* add update from psm to support 6 arguments to syscallMike Frysinger2005-07-071-6/+11
* update syntaxMike Frysinger2005-07-071-87/+83
* Yoshinori Sato writes:Mike Frysinger2005-07-071-22/+7
* make RUNPATH/RPATH support configurableMike Frysinger2005-07-073-4/+24
* rip out all the duplicated debug code and move into a shared fileMike Frysinger2005-07-0722-639/+526
* need features.h for the misc attribute defines and uclibc featuresMike Frysinger2005-07-061-0/+1
* setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()Mike Frysinger2005-07-061-0/+2
* update comments/syntax and make sure we include features.h for the hidden defineMike Frysinger2005-07-063-12/+12
* Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger2005-07-065-84/+55
* err, need to commit the rest of the changes from psm tooMike Frysinger2005-07-061-8/+3
* Peter S. Mazinger writes: we dont need features.hMike Frysinger2005-07-062-2/+1
* syntax touchups as suggested by Peter S. MazingerMike Frysinger2005-07-0611-97/+93
* import start of ldso based on glibcMike Frysinger2005-07-063-0/+194
* make sure ldso.o depends on more files in subdirsMike Frysinger2005-07-061-2/+2
* use % as the function marker instead of @Mike Frysinger2005-07-0610-24/+24
* add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...Mike Frysinger2005-07-061-0/+4
* we need stdio.h for printf()Mike Frysinger2005-07-061-8/+8
* make test failures fatalMike Frysinger2005-07-061-5/+5
* import armeb fixes as outlined by John BowlerMike Frysinger2005-07-041-0/+8
* use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t...Mike Frysinger2005-07-042-8/+8
* move to new test frameworkMike Frysinger2005-07-021-36/+4
* move to new test frameworkMike Frysinger2005-07-021-34/+4
* move to new test frameworkMike Frysinger2005-07-021-34/+4
* new testing framework to unify duplicated code in subdirsMike Frysinger2005-07-026-384/+88
* exit according to how many tests failedMike Frysinger2005-07-021-20/+30
* make sure we strip quotes from the cross compiler prefixMike Frysinger2005-07-021-1/+1
* new testcase for clone()Mike Frysinger2005-07-022-0/+138
* sync with glibcMike Frysinger2005-07-021-8/+22
* use new __always_inline defineMike Frysinger2005-07-022-11/+11
* use new __always_inline defineMike Frysinger2005-07-021-2/+2
* sync with glibc versionsMike Frysinger2005-07-023-89/+176
* use C style commentsMike Frysinger2005-07-021-2/+1
* sync with glibcMike Frysinger2005-07-021-3/+11
* sync with glibcMike Frysinger2005-07-021-2/+7
* enable clone.SMike Frysinger2005-07-011-2/+1
* sync up against latest glibc and add errno handlingMike Frysinger2005-07-011-11/+16