瀏覽代碼

Revert "libc_tls: Do not include generic libc-tls from arch specific implementation"

This reverts commit 0c468129356f5ce6780e7369c271d74631ae03ba.
Indeed recent updates into buildsys managed to filter-out generic implementation
when arch specific one is defined, so duplicated symbols into the libc.a

In the meanwhile, do a minor fix into mips version not using relative path
to include <generic/libc-tls.c>

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso 15 年之前
父節點
當前提交
bfeeeb5758
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      libpthread/nptl/sysdeps/alpha/libc-tls.c
  2. 1 0
      libpthread/nptl/sysdeps/mips/libc-tls.c

+ 1 - 0
libpthread/nptl/sysdeps/alpha/libc-tls.c

@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <sysdeps/generic/libc-tls.c>
 #include <dl-tls.h>
 
 #if USE_TLS

+ 1 - 0
libpthread/nptl/sysdeps/mips/libc-tls.c

@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <sysdeps/generic/libc-tls.c>
 #include <dl-tls.h>
 
 #if USE_TLS