Re: question against 22825 commit

2008-07-17 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthieu CASTET wrote: Hi, why does it is need ? I have been using really old kernel headers. But its really not needed. I will revert it. thank you Thanks - -Khem -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using

ARM EABI / Thumb vs. gdb

2008-07-17 Thread Johannes Stezenbach
Hi, I've built an ARM EABI toolchain with uClibc compiled as Thumb code using buildroot (BR2_TARGET_OPTIMIZATION=-Os -mthumb). This works fine except that in gdb (6.8), if you stop your program with some threads blocked in syscalls, gdb is unable to display a call stack for those threads. The

Re: ARM EABI / Thumb vs. gdb

2008-07-17 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johannes Stezenbach wrote: Hi, I've built an ARM EABI toolchain with uClibc compiled as Thumb code using buildroot (BR2_TARGET_OPTIMIZATION=-Os -mthumb). This works fine except that in gdb (6.8), if you stop your program with some threads

Re: ARM EABI / Thumb vs. gdb

2008-07-17 Thread Bernhard Fischer
On Thu, Jul 17, 2008 at 08:37:29AM -0700, Khem Raj wrote: Johannes Stezenbach wrote: Please consider merging this change into trunk. uclibc-nptl branch soon collapse into trunk so this changeset will make through. I've applied this to trunk as r22867: - pull fix for unwinding from the NPTL

Re: ARM EABI / Thumb vs. gdb

2008-07-17 Thread Bernhard Fischer
On Thu, Jul 17, 2008 at 05:55:30PM +0200, Bernhard Fischer wrote: On Thu, Jul 17, 2008 at 08:37:29AM -0700, Khem Raj wrote: Johannes Stezenbach wrote: Please consider merging this change into trunk. uclibc-nptl branch soon collapse into trunk so this changeset will make through. I've applied