Author: nbd Date: 2016-01-31 01:55:05 +0100 (Sun, 31 Jan 2016) New Revision: 48577
Modified: trunk/toolchain/musl/patches/000-update-to-git-2016-01-30.patch Log: musl: fix an alignment issue that was breaking ldso on ARMv5 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/musl/patches/000-update-to-git-2016-01-30.patch =================================================================== --- trunk/toolchain/musl/patches/000-update-to-git-2016-01-30.patch 2016-01-31 00:54:53 UTC (rev 48576) +++ trunk/toolchain/musl/patches/000-update-to-git-2016-01-30.patch 2016-01-31 00:55:05 UTC (rev 48577) @@ -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: _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
