summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* this should be able to handle both 32 and 64 bit sparcMike Frysinger2005-07-091-1/+1
|
* drop the envp codeMike Frysinger2005-07-091-5/+0
|
* style updatesMike Frysinger2005-07-095-53/+46
|
* rewrite crt in asm using glibc as a basisMike Frysinger2005-07-093-46/+141
|
* update styleMike Frysinger2005-07-093-19/+26
|
* make sure we use long instead of int so we dont truncate 64bit valuesMike Frysinger2005-07-091-3/+3
|
* we need the syscall6() version of mmapMike Frysinger2005-07-091-1/+1
|
* the generic mmap.c is not good enough for us, we need the syscall6() versionMike Frysinger2005-07-092-1/+18
|
* might as well test mmap64() tooMike Frysinger2005-07-092-1/+25
|
* make sure the call to signal() workedMike Frysinger2005-07-091-2/+8
|
* need unistd/string header filesMike Frysinger2005-07-091-0/+3
|
* need the ioctl header fileMike Frysinger2005-07-091-0/+1
|
* setting envp is pointless since no other arch does itMike Frysinger2005-07-091-4/+0
|
* oops, we want to jmp to the syscall handler, not call itMike Frysinger2005-07-084-4/+4
|
* add some more useful debug outputMike Frysinger2005-07-081-6/+10
|
* err, x86_64 is RELA, not RELMike Frysinger2005-07-081-4/+4
|
* 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