summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
Commit message (Collapse)AuthorAgeFilesLines
* arm/nptl: Use the old C version of _Unwind_Resume in thumb mode.Khem Raj2010-06-291-0/+13
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nptl: arm: make it compile againBernhard Reutner-Fischer2010-06-241-0/+5
| | | | | | blame 6cbeaa5dd11a1b506a8a97b4dfb4e632240f9953 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-241-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* arm/nptl: Sync unwinding with glibc.Khem Raj2010-06-231-49/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-171-1/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mass sync with glibc nptlAustin Foxley2010-02-161-58/+75
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* whitespace fixesAustin Foxley2009-10-171-1/+0
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+130
targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com>