Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | need _DEBUG macros for NUMBER too | Mike Frysinger | 2005-07-08 | 2 | -5/+7 | |
| | ||||||
* | CRT0_ -> CRT_ | Mike Frysinger | 2005-07-08 | 1 | -5/+5 | |
| | ||||||
* | whitespace clean up | Mike Frysinger | 2005-07-08 | 1 | -34/+33 | |
| | ||||||
* | help if i named the var correctly ... | Mike Frysinger | 2005-07-08 | 1 | -2/+2 | |
| | ||||||
* | help if i named the var correctly ... | Mike Frysinger | 2005-07-08 | 2 | -3/+3 | |
| | ||||||
* | dl-debug.h for sparc | Mike Frysinger | 2005-07-08 | 2 | -11/+40 | |
| | ||||||
* | dl-debug.h for m68k | Mike Frysinger | 2005-07-08 | 2 | -14/+42 | |
| | ||||||
* | fix GET_ARGV() so it pulls out the argc/argv/envp properly | Mike Frysinger | 2005-07-08 | 1 | -2/+7 | |
| | ||||||
* | get rid of arch-specific defines in dl-startup.c and make each arch declare ↵ | Mike Frysinger | 2005-07-07 | 3 | -3/+12 | |
| | | | | its requirements about initial bootstrapping | |||||
* | add debug code for showing argc/argv/envp and touch up some other debug output | Mike Frysinger | 2005-07-07 | 1 | -11/+16 | |
| | ||||||
* | clean up whitespace | Mike Frysinger | 2005-07-07 | 1 | -11/+9 | |
| | ||||||
* | remove broken asm code in elf_machine_dynamic() and just do it the glibc way ↵ | Mike Frysinger | 2005-07-07 | 1 | -6/+1 | |
| | | | | (since it works) | |||||
* | clean up from psm ... merge glibc updates and punt errno handling in favor ↵ | Mike Frysinger | 2005-07-07 | 1 | -40/+19 | |
| | | | | of jockes trick of using __syscall_error | |||||
* | dont need errno.h anymore | Mike Frysinger | 2005-07-07 | 1 | -2/+0 | |
| | ||||||
* | add update from psm to support 6 arguments to syscall | Mike Frysinger | 2005-07-07 | 1 | -6/+11 | |
| | ||||||
* | update syntax | Mike Frysinger | 2005-07-07 | 1 | -87/+83 | |
| | ||||||
* | Yoshinori Sato writes: | Mike Frysinger | 2005-07-07 | 1 | -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 configurable | Mike Frysinger | 2005-07-07 | 3 | -4/+24 | |
| | ||||||
* | rip out all the duplicated debug code and move into a shared file | Mike Frysinger | 2005-07-07 | 22 | -639/+526 | |
| | ||||||
* | need features.h for the misc attribute defines and uclibc features | Mike Frysinger | 2005-07-06 | 1 | -0/+1 | |
| | ||||||
* | setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE() | Mike Frysinger | 2005-07-06 | 1 | -0/+2 | |
| | ||||||
* | update comments/syntax and make sure we include features.h for the hidden define | Mike Frysinger | 2005-07-06 | 3 | -12/+12 | |
| | ||||||
* | Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting ↵ | Mike Frysinger | 2005-07-06 | 5 | -84/+55 | |
| | | | | errno | |||||
* | err, need to commit the rest of the changes from psm too | Mike Frysinger | 2005-07-06 | 1 | -8/+3 | |
| | ||||||
* | Peter S. Mazinger writes: we dont need features.h | Mike Frysinger | 2005-07-06 | 2 | -2/+1 | |
| | ||||||
* | syntax touchups as suggested by Peter S. Mazinger | Mike Frysinger | 2005-07-06 | 11 | -97/+93 | |
| | ||||||
* | import start of ldso based on glibc | Mike Frysinger | 2005-07-06 | 3 | -0/+194 | |
| | ||||||
* | make sure ldso.o depends on more files in subdirs | Mike Frysinger | 2005-07-06 | 1 | -2/+2 | |
| | ||||||
* | use % as the function marker instead of @ | Mike Frysinger | 2005-07-06 | 10 | -24/+24 | |
| | ||||||
* | add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc ↵ | Mike Frysinger | 2005-07-06 | 1 | -0/+4 | |
| | | | | test wont fail | |||||
* | we need stdio.h for printf() | Mike Frysinger | 2005-07-06 | 1 | -8/+8 | |
| | ||||||
* | make test failures fatal | Mike Frysinger | 2005-07-06 | 1 | -5/+5 | |
| | ||||||
* | import armeb fixes as outlined by John Bowler | Mike Frysinger | 2005-07-04 | 1 | -0/+8 | |
| | ||||||
* | use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped ↵ | Mike Frysinger | 2005-07-04 | 2 | -8/+8 | |
| | | | | the other values | |||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -36/+4 | |
| | ||||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -34/+4 | |
| | ||||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -34/+4 | |
| | ||||||
* | new testing framework to unify duplicated code in subdirs | Mike Frysinger | 2005-07-02 | 6 | -384/+88 | |
| | ||||||
* | exit according to how many tests failed | Mike Frysinger | 2005-07-02 | 1 | -20/+30 | |
| | ||||||
* | make sure we strip quotes from the cross compiler prefix | Mike Frysinger | 2005-07-02 | 1 | -1/+1 | |
| | ||||||
* | new testcase for clone() | Mike Frysinger | 2005-07-02 | 2 | -0/+138 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -8/+22 | |
| | ||||||
* | use new __always_inline define | Mike Frysinger | 2005-07-02 | 2 | -11/+11 | |
| | ||||||
* | use new __always_inline define | Mike Frysinger | 2005-07-02 | 1 | -2/+2 | |
| | ||||||
* | sync with glibc versions | Mike Frysinger | 2005-07-02 | 3 | -89/+176 | |
| | ||||||
* | use C style comments | Mike Frysinger | 2005-07-02 | 1 | -2/+1 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -3/+11 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -2/+7 | |
| | ||||||
* | enable clone.S | Mike Frysinger | 2005-07-01 | 1 | -2/+1 | |
| | ||||||
* | sync up against latest glibc and add errno handling | Mike Frysinger | 2005-07-01 | 1 | -11/+16 | |
| |