Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace fixes | Austin Foxley | 2009-10-17 | 15 | -21/+6 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | i386/arm nptl warning fixes | Austin Foxley | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix some "USE___THREAD not defined" warnings * get rid of remnant glibc versioned symbols * fix RTLD_PRIVATE_ERRNO define usage Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | spent this morning beating i386 nptl into shape | Austin Foxley | 2009-09-22 | 1 | -1/+1 |
| | | | | | | Got it compiling thus far, still working on getting it to run Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | nptl/: fix .dep files not working for libpthread.a | Austin Foxley | 2009-09-22 | 1 | -0/+4 |
| | | | | | | | the variable libpthread-a-y was holding %.o instead of %.os, so the .dep make rules were rebuilding the whole lib every time Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | undef INTERNAL_SYSCALL_NCS before redefining to quash build warnings. | Khem Raj | 2009-08-02 | 1 | -0/+2 |
| | | | | | | Pass LDFLAGS using -Wl now gcc is used as LD. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | Always compile fork.S in arm mode. Make _Unwind_Resume arm only | Khem Raj | 2009-03-18 | 2 | -1/+13 |
| | | | | even when compiling in thumb mode. | ||||
* | Use __asm__ and __volatile__. SYS_ify is not required here because its used | Khem Raj | 2009-03-18 | 1 | -6/+6 |
| | | | | in calling macro already. | ||||
* | __asm__ and __volatile__ conversion for arm. | Khem Raj | 2008-08-15 | 2 | -3/+3 |
| | |||||
* | Undefine some of redundant syscalls not used by EABI kernels. So uclibc ↵ | Khem Raj | 2008-07-14 | 1 | -2/+1 |
| | | | | | | could use alternative implementations for them. include sys/syscalls.h in pt-gettimeofday.c | ||||
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-11 | 2 | -6/+4 |
| | | | | Fix ARM specific makefiles for NPTL build. | ||||
* | Exclude some files for ARM NPTL, Do not use _libc_fatal | Khem Raj | 2008-07-10 | 1 | -2/+7 |
| | |||||
* | ARM specific NPTL bits | Khem Raj | 2008-07-10 | 22 | -0/+2088 |