Re: [git commit nptl] guard tls.h include

2009-09-22 Thread Mike Frysinger
On Sunday 20 September 2009 15:39:44 Austin Foxley wrote: On 09/18/2009 07:00 PM, Austin Foxley wrote: commit: http://git.uclibc.org/uClibc/commit/?id=f424be8dbc4d1238274348fd2200ac431 e13b33a branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl Signed-off-by: Austin Foxley

Re: [PATCH] add timerfd function

2009-09-22 Thread Mike Frysinger
On Friday 18 September 2009 12:11:33 Stephan Raue wrote: last Night i am included my needed timerfd functions to uClibc (Master). Because i am not a coder i have do this with the LATTUCAR (Loock And Think, Trying Understanding, Copy And Replace) Method. Now Wayland

Re: [PATCH] Fix building statically linked ARM EABI applications

2009-09-22 Thread Joseph S. Myers
On Mon, 21 Sep 2009, Ricard Wanderlof wrote: When linking applications statically for ARM using EABI, which use __default_sa_restorer (e.g. via abort, as in 'int main(void) { abort(); }'), this results in the following failure: /trees/prod1/target/armv5-axis-linux-gnueabiucl

Re: [PATCH] Fix building statically linked ARM EABI applications

2009-09-22 Thread Ricard Wanderlof
On Tue, 22 Sep 2009, Joseph S. Myers wrote: On Mon, 21 Sep 2009, Ricard Wanderlof wrote: When linking applications statically for ARM using EABI, which use __default_sa_restorer (e.g. via abort, as in 'int main(void) { abort(); }'), this results in the following failure:

Re: [PATCH] Fix building statically linked ARM EABI applications

2009-09-22 Thread Joseph S. Myers
On Tue, 22 Sep 2009, Ricard Wanderlof wrote: /trees/prod1/target/armv5-axis-linux-gnueabiucl ibc/lib/libc.a(sigrestorer.os):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr1' This can be fixed with the following patch. Doesn't seem to have any detrimental