summaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Mike Frysinger2005-07-073-3/+12
| | | | its requirements about initial bootstrapping
* 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
| | | | (since it works)
* clean up from psm ... merge glibc updates and punt errno handling in favor ↵Mike Frysinger2005-07-071-40/+19
| | | | of jockes trick of using __syscall_error
* 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
| | | | | | Dont forgive that length of munmap is "0" in current nommu. This purpose cannot free memory area really. It is a patch to work out a solution.
* 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 ↵Mike Frysinger2005-07-065-84/+55
| | | | errno
* 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 ↵Mike Frysinger2005-07-061-0/+4
| | | | test wont fail
* 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 ↵Mike Frysinger2005-07-042-8/+8
| | | | the other values
* 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
|