Re: [PATCH] ldso/x86_64: support protected symbols

2010-04-29 Thread Joakim Tjernlund
On 04/27/2010 07:44 AM, Timo Teräs wrote: Joakim had a clean up patch for the above construct. See patch 1/2 of: http://lists.uclibc.org/pipermail/uclibc/2010-April/043840.html (patch 2/2 there is wrong). See also rest of the thread. For some reason that did not got merged yet.

Re: [PATCH] ldso/x86_64: support protected symbols

2010-04-29 Thread Carmelo AMOROSO
On 4/29/2010 8:34 AM, Joakim Tjernlund wrote: On 04/27/2010 07:44 AM, Timo Teräs wrote: Joakim had a clean up patch for the above construct. See patch 1/2 of: http://lists.uclibc.org/pipermail/uclibc/2010-April/043840.html (patch 2/2 there is wrong). See also rest of the thread. For some

Re: Errors during building ARM7TDMI uClibc toolchain with Buildroot

2010-04-29 Thread bklooste
same : building i386 with no MMU and i have almost all the errors you mention (except the file format types as i can use FDPIC ELF) tried 30.1 , .2 and .3. So must be general with no MMU accros most archs I also had to use the FENV option . Removed the __uClibc_fini by deselecting build

Re: fstatfs segfault

2010-04-29 Thread Chris Metcalf
On 4/21/2010 8:06 AM, Josh Boyer wrote: I have a case where uClibc will segfault in the fstatfs call. The testcase is pretty simple, and just tests the error cases that should be returned for EBADF and EFAULT. The EFAULT case is where the crash occurs. In hopes that it helps, attached is