Forráskód Böngészése

Add missing libgcc_s.h header.

* Do not include tls.h in aeabi_read_tp.S. Its not needed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 14 éve
szülő
commit
a68b6d339b
2 módosított fájl, 2 hozzáadás és 1 törlés
  1. 0 1
      ldso/ldso/arm/aeabi_read_tp.S
  2. 2 0
      libc/sysdeps/linux/common/libgcc_s.h

+ 0 - 1
ldso/ldso/arm/aeabi_read_tp.S

@@ -38,7 +38,6 @@
 #ifdef __UCLIBC_HAS_THREADS_NATIVE__
 
 #include <sysdep.h>
-#include <tls.h>
 
 /* GCC will emit calls to this routine under -mtp=soft.  Linux has an
    equivalent helper function (which clobbers fewer registers than

+ 2 - 0
libc/sysdeps/linux/common/libgcc_s.h

@@ -0,0 +1,2 @@
+/* Name of libgcc_s library provided by gcc.  */
+#define LIBGCC_S_SO "libgcc_s.so.1"