diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-31 00:55:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-31 00:55:05 +0000 |
commit | 8fe8360981acd7e65acb7049c56e6282d3b38c6f (patch) | |
tree | c3cb19a07678061b48bd5fd2dda6725740c7854e /toolchain | |
parent | 927cec956e7e54014825f894df7efed26ba5bc87 (diff) | |
download | upstream-8fe8360981acd7e65acb7049c56e6282d3b38c6f.tar.gz upstream-8fe8360981acd7e65acb7049c56e6282d3b38c6f.tar.bz2 upstream-8fe8360981acd7e65acb7049c56e6282d3b38c6f.zip |
musl: fix an alignment issue that was breaking ldso on ARMv5
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48577
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/musl/patches/000-update-to-git-2016-01-30.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolchain/musl/patches/000-update-to-git-2016-01-30.patch b/toolchain/musl/patches/000-update-to-git-2016-01-30.patch index 639a500756..7e83869ca2 100644 --- a/toolchain/musl/patches/000-update-to-git-2016-01-30.patch +++ b/toolchain/musl/patches/000-update-to-git-2016-01-30.patch @@ -17227,7 +17227,7 @@ .type __unmapself,%function --- /dev/null +++ b/src/thread/arm/atomics.s -@@ -0,0 +1,111 @@ +@@ -0,0 +1,113 @@ +.syntax unified +.text + @@ -17325,6 +17325,8 @@ + bx lr + +.data ++.align 2 ++ +.global __a_barrier_ptr +.hidden __a_barrier_ptr +__a_barrier_ptr: |