summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/arm
Commit message (Collapse)AuthorAgeFilesLines
* undef INTERNAL_SYSCALL_NCS before redefining to quash build warnings.Khem Raj2009-08-021-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 onlyKhem Raj2009-03-182-1/+13
| | | | even when compiling in thumb mode.
* Use __asm__ and __volatile__. SYS_ify is not required here because its usedKhem Raj2009-03-181-6/+6
| | | | in calling macro already.
* __asm__ and __volatile__ conversion for arm.Khem Raj2008-08-152-3/+3
|
* Undefine some of redundant syscalls not used by EABI kernels. So uclibc ↵Khem Raj2008-07-141-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 Raj2008-07-112-6/+4
| | | | Fix ARM specific makefiles for NPTL build.
* Exclude some files for ARM NPTL, Do not use _libc_fatalKhem Raj2008-07-101-2/+7
|
* ARM specific NPTL bitsKhem Raj2008-07-1022-0/+2088