Mike,

I removed the mips architect specific statement and tested on mips.
Do you need help to test on other plamform like blackfin or ARM? Thanks.



--- a/ldso/libdl/libdl.c    2013-01-25 05:57:55.000000000 -0800
+++ b/ldso/libdl/libdl.c    2013-01-25 05:59:19.000000000 -0800
@@ -44,6 +44,10 @@
 extern void _dl_add_to_slotinfo(struct link_map  *l);
 #endif

+#if defined(USE_TLS) && !defined(SHARED)
+#include <dl-tls.h>
+#endif
+
 #ifdef SHARED
 # if defined(USE_TLS) && USE_TLS
 # include <dl-tls.h>




On Wed, Jan 30, 2013 at 4:22 PM, Vincent Wen <[email protected]> wrote:

> Mike,
>
> Our customer see the same problem when building static link of the
> Broadcom application software.  Applying the patch seems to help. Do you
> have any plan to add this to upstream?
>
> Thanks,
>
> Vincent
>
>
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to