[PATCH v2] libpthread: modify CFLAGS-pthread_once.c to avoid earlier setting being replaced

2014-09-03 Thread Yang Yingliang
From: Yang Yingliang yangyingli...@huawei.com I use uclibc in arch arm. The CFLAGS-pthread_once.c has been set to -DNOT_IN_libc -DIS_IN_libpthread in libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch. But it will be replaced by -fexceptions -fasynchronous-unwind-tables in

[PATCH] sparc: remove sparc64/sparcv9 code

2014-09-03 Thread Waldemar Brodkorb
The sparc64/sparcv9 code is incomplete. Furthermore there is no real embedded hardware for sparc64 available, so better remove it until someone comes up with a complete port. Signed-off-by: Waldemar Brodkorb w...@openadk.org --- Test before patch: http://www.openadk.org/test/REPORT.sparc.uclibc

Re: sparc64 removal patch too big

2014-09-03 Thread Waldemar Brodkorb
Hi Baruch, Baruch Siach wrote, Hi Waldemar, On Tue, Sep 02, 2014 at 04:05:37PM +0200, Waldemar Brodkorb wrote: Anyone Admin for the mailinglist? My sparc64 removal patch was set on hold. You may try the -D parameter of git format-patch. It omits the text of deleted files, thus

Re: [PATCH] arm: add RESET_PID in the clone impl

2014-09-03 Thread Carmelo Amoroso
Hi, I don't think clone on arm is missing RESET_PID if you use the correct implementation from libpthread/nptl/sysdeps/unix/sysv/linux/arm/clone.S. Cheers Carmelo Inviato con AquaMail per Android http://www.aqua-mail.com Il 02 settembre 2014 14:12:24 Wangyufen wangyu...@huawei.com ha

Re: [PATCH] arm: add RESET_PID in the clone impl

2014-09-03 Thread Waldemar Brodkorb
Hi Carmelo, Carmelo Amoroso wrote, Hi, I don't think clone on arm is missing RESET_PID if you use the correct implementation from libpthread/nptl/sysdeps/unix/sysv/linux/arm/clone.S. Can you explain this a little bit more? cat ./libpthread/nptl/sysdeps/unix/sysv/linux/arm/clone.S #define