Re: [PATCH 2/3] test: skip test for non-mmu case

2014-09-04 Thread Bernhard Reutner-Fischer
On 31 August 2014 10:43, Waldemar Brodkorb w...@openadk.org wrote: Non-mmu targets have no fork(). In the case of vfork(), we can not test communication between parent and child in this way. Let's just not compile it then. ff48662bbadd3d49fabe6fdfeb8e8181d4c80b06 thanks,

Re: [PATCH 3/3] ldso: fix compile error for bfin non-mmu

2014-09-04 Thread Bernhard Reutner-Fischer
On 31 August 2014 10:44, Waldemar Brodkorb w...@openadk.org wrote: When compiling for bfin non-mmu, you get following error: ldso/ldso/dl-elf.c:731:18: error: '_dl_debug_file' undeclared (first use in this function) _dl_debug_file is only available when __SUPPORT_LD_DEBUG__ is defined. I

Re: [PATCH 1/3] test: disable test when UCLIBC_HAS_XLOCALE is n

2014-09-04 Thread Bernhard Reutner-Fischer
On 31 August 2014 10:43, Waldemar Brodkorb w...@openadk.org wrote: wcsftime() is only implemented when locale support in uClibc is activated. So test will always fail when locale is deactivated by the user. Rename file name to be consistent with other test file names. Applied without the

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

2014-09-04 Thread Bernhard Reutner-Fischer
On 4 September 2014 00:01, Waldemar Brodkorb w...@openadk.org wrote: 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

Re: [PATCH] libc: add fallocate() and fallocate64()

2014-09-04 Thread Bernhard Reutner-Fischer
On 1 September 2014 16:27, bas...@opensource.dyc.edu wrote: From: Anthony G. Basile bluen...@gentoo.org We add the Linux-specific system call fallocate() which allows the user to Please only enable the non-hidden symbol if UCLIBC_LINUX_SPECIFIC is set. Also, you seem to completely ignore the

Re: [PATCH] sparc: remove sparc64/sparcv9 code

2014-09-04 Thread Bernhard Reutner-Fischer
On 3 September 2014 21:02, Waldemar Brodkorb w...@openadk.org wrote: 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. Applied, thanks!

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

2014-09-04 Thread Bernhard Reutner-Fischer
On 3 September 2014 08:55, Yang Yingliang yangyingli...@huawei.com wrote: 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

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

2014-09-04 Thread Carmelo Amoroso
Il 04 settembre 2014 00:01:38 Waldemar Brodkorb w...@openadk.org ha scritto: Hi Carmelo, Hello, 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

m68k test-suite linking error

2014-09-04 Thread Waldemar Brodkorb
Hi, I am trying to compile uClibc master from today for m68k targeting Aranym-mmu. The C library compiles, but the test-suite fails. KCONFIG_CONFIG=/home/vmadmin/openadk/toolchain_build_aranym-m68k_uclibc_m68k/w-uClibc-0.9.34-git-1/uClibc-0.9.34-git/.config

Re: m68k test-suite linking error

2014-09-04 Thread Bernhard Reutner-Fischer
On 4 September 2014 20:47, Waldemar Brodkorb w...@openadk.org wrote: Hi, I am trying to compile uClibc master from today for m68k targeting Aranym-mmu. The C library compiles, but the test-suite fails.

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

2014-09-04 Thread Carmelo Amoroso
Il 04 settembre 2014 22:32:01 Bernhard Reutner-Fischer rep.dot@gmail.com ha scritto: On 4 September 2014 19:32, Carmelo Amoroso carmel...@gmail.com wrote: Il 04 settembre 2014 00:01:38 Waldemar Brodkorb w...@openadk.org ha scritto: Hi Carmelo, Hello, Carmelo Amoroso wrote,