[PATCH 1/2] libc/unistd/Makefile.in: Handle !UCLIBC_HAS_GET{, SUB}OPT cases

2013-02-07 Thread Markos Chandras
From: Markos Chandras markos.chand...@imgtec.com A regression introduced in 1b3025b7352f5e432ffa1c7adc57085ac9092b77 buildsys: switch libc to kbuild-style leading to the following linking problems: libc/libc_so.a(getsubopt-susv3.os): In function getsubopt': getsubopt-susv3.c:(.text+0x0):

[PATCH 2/2] libc/inet/rpc/Makefile.in: Move INET_RPC_{DIR, OUT} before CSRC_ALL

2013-02-07 Thread Markos Chandras
From: Markos Chandras markos.chand...@imgtec.com A regression introduced in 1b3025b7352f5e432ffa1c7adc57085ac9092b77 buildsys: switch libc to kbuild-style leading to the following linking problems: libc/libc_so.a(rpc_thread.oS): In function __rpc_thread_svc_max_pollfd':

Re: [PATCH v3 00/48] Support for cut-down Linux syscalls

2013-02-07 Thread Markos Chandras
On 6 February 2013 18:11, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: Perhaps Will's suggestion of generic-syscalls is fine since the kernel calls them generic, too. common-generic overdoes it a bit, i guess, but it does produce a nice tab-completion conflict with common. So please

[PATCH] ldso/libdl: include dl-tls.h for mips static link

2013-02-07 Thread Vincent Wen
I move this the correct thread. On Mon, Feb 4, 2013 at 7:39 PM, liaoxingl...@icubecorp.com wrote: only mips define and use TLS_DTPREL_VALUE and TLS_TPREL_VALUE (ldso/ldso/mips/elfinterp.c), powerpc define but not use. removing mips architect specific is ok, for other architectures, it