From 8fe8360981acd7e65acb7049c56e6282d3b38c6f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 31 Jan 2016 00:55:05 +0000 Subject: [PATCH] musl: fix an alignment issue that was breaking ldso on ARMv5 Signed-off-by: Felix Fietkau SVN-Revision: 48577 --- toolchain/musl/patches/000-update-to-git-2016-01-30.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- 2.30.2