[PATCH] libc/x86: fix stack unwinding and backtrace information

2011-11-10 Thread Timo Teräs
When compiled without framepointer, the DWARF-2 CFI data is required for proper stack unwinding. This patch adds the CFI information to: * syscalls (so we get proper backtrace even for release builds) * new thread stub function (so the backtrace is clean for user created threads) Also pads

Status of ARM and softfp

2011-11-10 Thread Yann E. MORIN
Hello All! Is it possible to build a softfp uClibc for ARM? For the records, there are three types of floating point supports on ARM: ABI | arithmetics| storage ++-- hard| instructions | float registers soft| function calls | integer

Re: Status of ARM and softfp

2011-11-10 Thread Bernhard Reutner-Fischer
On Nov 10, 2011 9:01 PM, Yann E. MORIN yann.morin.1...@anciens.enib.fr wrote: Hello All! Is it possible to build a softfp uClibc for ARM? Worked fine last time I tried, yes. ___ uClibc mailing list uClibc@uclibc.org