Re: [PATCH] libdl.c: static link fail for mips

2013-03-29 Thread Vincent Wen
I am not sure what mean legitimately use DTPREL. When we build static link on our application, the linker breaks due to this undefined reference. I can re-submit the patch as you suggest as following. Thanks, Vincent diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 71ade1f..385500a 1

Re: Bug in _scanf.c

2013-03-29 Thread Pirmin Walthert
On 03/29/2013 01:38 PM, Bernhard Reutner-Fischer wrote: On 23 March 2013 14:36, Pirmin Walthert wrote: On 03/22/2013 09:14 PM, Bernhard Reutner-Fischer wrote: On 18 March 2013 09:55:08 Pirmin Walthert wrote: Hello It seems like commit e567c399ff86d007d8c4586f0dd5e0ca61e283ca

Re: [PATCH 7/9] math.h: add wrappers for the missing finite() functions

2013-03-29 Thread Bernhard Reutner-Fischer
On Fri, Sep 21, 2012 at 05:29:17PM +0200, Florian Fainelli wrote: > From: Felix Fietkau > > Signed-off-by: Felix Fietkau > --- > include/math.h |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/include/math.h b/include/math.h > index d3f86f9..4995b55 100644 > --

Re: Next release of uclibc

2013-03-29 Thread Bernhard Reutner-Fischer
On 20 March 2013 22:39, Bernd Kuhls wrote: >>> But that original patch from OpenWRT ( >>> https://dev.openwrt.org/ticket/11495 ) seems to be wrong >> >> Do you have a testcase for this second one? I'm not sure what this is >> supposed to fix. > > It fixes a cosmetic error message shown by nslooku

Re: Bug in _scanf.c

2013-03-29 Thread Bernhard Reutner-Fischer
On 23 March 2013 14:36, Pirmin Walthert wrote: > On 03/22/2013 09:14 PM, Bernhard Reutner-Fischer wrote: >> >> On 18 March 2013 09:55:08 Pirmin Walthert wrote: >>> >>> Hello >>> >>> It seems like commit e567c399ff86d007d8c4586f0dd5e0ca61e283ca >>> >>>

Re: [PATCH] libdl.c: static link fail for mips

2013-03-29 Thread Bernhard Reutner-Fischer
On 23 February 2013 10:48, Bernhard Reutner-Fischer wrote: > On Fri, Feb 22, 2013 at 02:06:43PM -0800, Vincent Wen wrote: >>When build statically linked applications for MIPS platform, >>sometimes the linker fails with following errors: >>undefined reference to TLS_DTPREL_VALUE >>undefined referen

Re: Bug in uClibc-0.9.33.2 resolv.c

2013-03-29 Thread Bernhard Reutner-Fischer
On 28 March 2013 14:45, Markus Königshaus wrote: > Hello, > > I have found a bug in resolv.c in conjunction with the function res_init: > res_init sets __ res_sync to res_sync_func and then calls __res_vinit. > -> __res_vinit calls __ open_nameservers. > In __open_nameservers __nam

Re: [PATCH 5/9] _vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)'

2013-03-29 Thread Bernhard Reutner-Fischer
On Fri, Sep 21, 2012 at 05:29:15PM +0200, Florian Fainelli wrote: > From: Mirko Vogt surplus trailing 'v', i don't think .dev is currently delegated publicly > > This eliminates a source of reproduceable freezes Applied, thanks! > > Signed-off-by: Mirko Vogt > --- > libc/stdio/_vfprintf.c |

Re: [PATCH 2/9] libc/inet/resolv.c: fix getting the nameserver from _res state after res_init.

2013-03-29 Thread Bernhard Reutner-Fischer
On Fri, Sep 21, 2012 at 05:29:12PM +0200, Florian Fainelli wrote: > From: Felix Fietkau > > Fixes displaying the nameserver in busybox nslookup. Applied, thanks! > > Signed-off-by: Felix Fietkau > --- > libc/inet/resolv.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --

Re: pthread_barrier_wait compile command

2013-03-29 Thread Bernhard Reutner-Fischer
On 29 March 2013 05:35, Jagadish Kotra wrote: > Hello, > > I am a student and I am looking for some help with glibc. I am working on Wrong list. This mailing-list is for the uClibc project, see http://uClibc.org/ That said, all linux/*/*.S are hand-written, special implementations, only arches