Mike Frysinger
|
47b3efda36
use % as the function marker instead of @
|
20 years ago |
Mike Frysinger
|
629ec28ed6
add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc test wont fail
|
20 years ago |
Mike Frysinger
|
f934cd0530
we need stdio.h for printf()
|
20 years ago |
Mike Frysinger
|
cba38d38fb
make test failures fatal
|
20 years ago |
Mike Frysinger
|
150b2a0950
import armeb fixes as outlined by John Bowler
|
20 years ago |
Mike Frysinger
|
22472d50fc
use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped the other values
|
20 years ago |
Mike Frysinger
|
fa95f6f744
move to new test framework
|
20 years ago |
Mike Frysinger
|
3a64ce1d85
move to new test framework
|
20 years ago |
Mike Frysinger
|
468c5e481e
move to new test framework
|
20 years ago |
Mike Frysinger
|
21b51772ed
new testing framework to unify duplicated code in subdirs
|
20 years ago |
Mike Frysinger
|
06134db003
exit according to how many tests failed
|
20 years ago |
Mike Frysinger
|
412861a42b
make sure we strip quotes from the cross compiler prefix
|
20 years ago |
Mike Frysinger
|
d7ea5282bb
new testcase for clone()
|
20 years ago |
Mike Frysinger
|
6c1fb5e17c
sync with glibc
|
20 years ago |
Mike Frysinger
|
b2b553d3c4
use new __always_inline define
|
20 years ago |
Mike Frysinger
|
4720ef43b3
use new __always_inline define
|
20 years ago |
Mike Frysinger
|
b9e9cd3224
sync with glibc versions
|
20 years ago |
Mike Frysinger
|
06ffd3f824
use C style comments
|
20 years ago |
Mike Frysinger
|
ddd847f2cd
sync with glibc
|
20 years ago |
Mike Frysinger
|
78ca36fd7e
sync with glibc
|
20 years ago |
Mike Frysinger
|
cdc7ed7e45
enable clone.S
|
20 years ago |
Mike Frysinger
|
f9adb33170
sync up against latest glibc and add errno handling
|
20 years ago |
Mike Frysinger
|
3097a807b2
make sure we include features.h to get the hidden define
|
20 years ago |
Mike Frysinger
|
0316eef955
make sure we include features.h to get the hidden define
|
20 years ago |
Mike Frysinger
|
6c4a49d991
tweak whitespace/syntax
|
20 years ago |
Mike Frysinger
|
e964c24efe
remove errno include since we dont use any errno stuff, remove #error left behind, and touchup syntax
|
20 years ago |
Mike Frysinger
|
5b513293c0
add a new option for enabling pthreads debug output
|
20 years ago |
Mike Frysinger
|
a9936df5a8
we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to look right
|
20 years ago |
Mike Frysinger
|
e0308acf28
update the debug macros so they build with newer gcc versions
|
20 years ago |
Mike Frysinger
|
2f1c4fcdbb
GNU libc -> glibc
|
20 years ago |