From: Felix Fietkau Date: Sun, 31 Jan 2016 00:55:05 +0000 (+0000) Subject: musl: fix an alignment issue that was breaking ldso on ARMv5 X-Git-Tag: reboot~564 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8fe8360981acd7e65acb7049c56e6282d3b38c6f musl: fix an alignment issue that was breaking ldso on ARMv5 Signed-off-by: Felix Fietkau SVN-Revision: 48577 --- 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: