Re: multiple definitions of setreuid and __lll_lock_wait_private

2014-07-25 Thread Tony Wu
On Fri, Jul 25, 2014 at 4:18 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Mon, Jun 30, 2014 at 02:56:37PM +0800, Tony Wu wrote: On Sat, Jun 28, 2014 at 3:52 AM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Hello all, Any feedback on the problem reported by

[PATCH 1/5] ldso/ldso/arc/{dl-startup.h, dl-sysdep.h}: Use @pcl syntax.

2014-07-25 Thread Vineet Gupta
From: Joern Rennecke joern.renne...@embecosm.com Signed-off-by: Vineet Gupta vgu...@synopsys.com --- ldso/ldso/arc/dl-startup.h | 9 ++--- ldso/ldso/arc/dl-sysdep.h | 17 - 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ldso/ldso/arc/dl-startup.h

[PATCH 3/5] ARC/NPTL: Fix __libc_sigaction redefinition with static links

2014-07-25 Thread Vineet Gupta
Signed-off-by: Vineet Gupta vgu...@synopsys.com --- .../nptl/sysdeps/unix/sysv/linux/arc/pt-__syscall_rt_sigaction.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-__syscall_rt_sigaction.c

[PATCH 4/5] ARC/NPTL: Add tests

2014-07-25 Thread Vineet Gupta
Signed-off-by: Vineet Gupta vgu...@synopsys.com --- test/tls/tls-macros.h | 30 ++ 1 file changed, 30 insertions(+) diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h index 3a9a21adcdf0..2787809f5b36 100644 --- a/test/tls/tls-macros.h +++

[PATCH 0/5] NPTL port to ARC

2014-07-25 Thread Vineet Gupta
Hi, Please find the patches which bring NPTL to ARC. These rely on TLS support in tools (gcc/binutils) which can be found at specific branches on SNPS github site. github.com:foss-for-synopsys-dwc-arc-processors/gcc.git:arc-4.8-tls

[PATCH 5/5] ARC/NPTL: clone to set TP if CLONE_SETTLS

2014-07-25 Thread Vineet Gupta
Typically kernel would set the TP register of newly created thread in clone syscall with CLONE_SETTLS. However this implies that: * kernel knows of the exact TP register (which is already different for ARCompact and ARCv2) and is a detail which becomes part of the ABI * kernel also needs to

[PATCH 2/5] NPTL: ARC support

2014-07-25 Thread Vineet Gupta
Signed-off-by: Vineet Gupta vgu...@synopsys.com --- extra/Configs/defconfigs/arc/defconfig | 2 +- include/elf.h | 12 +- ldso/ldso/arc/dl-debug.h | 15 ++ ldso/ldso/arc/dl-sysdep.h | 9 +-

Re: [OpenWrt-Devel] uClibc-ng

2014-07-25 Thread Carmelo Amoroso
Il 24 luglio 2014 23:05:34 Khem Raj raj.k...@gmail.com ha scritto: On Thu, Jul 24, 2014 at 1:48 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Wed, Jul 23, 2014 at 09:20:51PM +0200, Carmelo Amoroso wrote: Il 23 luglio 2014 13:42:38 Jody Bruchon j...@jodybruchon.com ha

[PATCH] test_nptl: replace __sigpause with sigpause

2014-07-25 Thread Alexey Brodkin
On attempt to build uClibc tests following error message appears: = TEST_LINK nptl/ tst-cancel4 tst-cancel4.c: In function 'tf_sigpause': tst-cancel4.c:765:3: warning: implicit declaration of function '__sigpause' [-Wimplicit-function-declaration] __sigpause (SIGCANCEL, 1); ^

hashcode handling

2014-07-25 Thread czankel
Hi, The following patches are still outstanding since Nov '13. It would be great if someone could approve them or give feedback. These generic changes are required to add NPTL support for Xtensa. http://patchwork.ozlabs.org/patch/288804/ http://patchwork.ozlabs.org/patch/288805/ Thanks,

Re: hashcode handling

2014-07-25 Thread Khem Raj
On Fri, Jul 25, 2014 at 9:10 AM, czankel ch...@zankel.net wrote: Hi, The following patches are still outstanding since Nov '13. It would be great if someone could approve them or give feedback. These generic changes are required to add NPTL support for Xtensa.