OSDN Git Service

Add missing libgcc_s.h header.
authorKhem Raj <raj.khem@gmail.com>
Wed, 17 Feb 2010 22:55:18 +0000 (14:55 -0800)
committerKhem Raj <raj.khem@gmail.com>
Wed, 17 Feb 2010 22:56:23 +0000 (14:56 -0800)
* Do not include tls.h in aeabi_read_tp.S. Its not needed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
ldso/ldso/arm/aeabi_read_tp.S
libc/sysdeps/linux/common/libgcc_s.h [new file with mode: 0644]

index e906d07..564f593 100644 (file)
@@ -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
diff --git a/libc/sysdeps/linux/common/libgcc_s.h b/libc/sysdeps/linux/common/libgcc_s.h
new file mode 100644 (file)
index 0000000..e74a103
--- /dev/null
@@ -0,0 +1,2 @@
+/* Name of libgcc_s library provided by gcc.  */
+#define LIBGCC_S_SO "libgcc_s.so.1"