diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-02-17 14:55:18 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-17 14:56:23 -0800 |
commit | a68b6d339b5e0bafd5a730359db1130d0c9dba86 (patch) | |
tree | e18f55aa3a4559fba3ce04c14c1bfcddcd7330d0 /ldso | |
parent | fce44dc956e4c2ed09ff22aac9b8931985e97aa2 (diff) |
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>
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/arm/aeabi_read_tp.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/arm/aeabi_read_tp.S b/ldso/ldso/arm/aeabi_read_tp.S index e906d07ce..564f59331 100644 --- a/ldso/ldso/arm/aeabi_read_tp.S +++ b/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 |