Re: [PATCH 03/12] nptl/Makefile.in: Append $(SYMBOL_PREFIX) to symbol names

2013-02-22 Thread Markos Chandras
On 21 February 2013 17:05, Markos Chandras markos.chand...@gmail.com wrote: On 21 February 2013 15:23, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 21 February 2013 16:07, Markos Chandras markos.chand...@gmail.com wrote: On 21 February 2013 14:03, Bernhard Reutner-Fischer

Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking

2013-02-22 Thread Markos Chandras
On 14 December 2012 10:17, Markos Chandras markos.chand...@gmail.com wrote: From: Markos Chandras markos.chand...@imgtec.com Commit a33796043bdef5345bc00a528c942f91a87af8e9 introduced the runtime prelink support. However, the linker script that is being generated by the create-lds rule in the

Re: [PATCH 12/12] sched_setaffinity: Don't use function calls as arguments to INTERNAL_SYSCALL.

2013-02-22 Thread Markos Chandras
On 21 February 2013 15:00, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 21 February 2013 11:12, Markos Chandras markos.chand...@gmail.com wrote: From: Markos Chandras markos.chand...@imgtec.com This patch fixes a bug in sched_setaffinity() for Meta where the affinity argument was

Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking

2013-02-22 Thread Bernhard Reutner-Fischer
On 22 February 2013 13:14:03 Markos Chandras markos.chand...@gmail.com wrote: Hi, Any chance to apply this patch to both master and 0.9.33 branches? Do you have a combined patch at hand that deals with all missing SYMBOL_PREFIX, one for master and one for the 0.9.33 branch (if they

Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking

2013-02-22 Thread Markos Chandras
On 22 February 2013 18:34, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 22 February 2013 13:14:03 Markos Chandras markos.chand...@gmail.com wrote: Hi, Any chance to apply this patch to both master and 0.9.33 branches? Do you have a combined patch at hand that deals with all

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

2013-02-22 Thread Vincent Wen
Bernhard, I submitted the following forwarded patch email to uclibc@uclibc.org by the git send-email. I used a different subject line because this original thread has a typo. The new subject line is as Subject: [PATCH] libdl.c: static link fail for mips Please let me know if this is OK. If not I

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

2013-02-22 Thread Vincent Wen
When build statically linked applications for MIPS platform, sometimes the linker fails with following errors: undefined reference to TLS_DTPREL_VALUE undefined reference to TLS_TPREL_VALUE The include of dl-tls.h is defined for shared library build. Removing the SHARED compilation option to cover