musl: fix an alignment issue that was breaking ldso on ARMv5
authorFelix Fietkau <nbd@openwrt.org>
Sun, 31 Jan 2016 00:55:05 +0000 (00:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 31 Jan 2016 00:55:05 +0000 (00:55 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48577

toolchain/musl/patches/000-update-to-git-2016-01-30.patch

index 639a500756c19224ab1b4cb48c41928aab6ddc9a..7e83869ca2efffea5973f92ee848ae1512431c91 100644 (file)
  .type   __unmapself,%function
 --- /dev/null
 +++ b/src/thread/arm/atomics.s
-@@ -0,0 +1,111 @@
+@@ -0,0 +1,113 @@
 +.syntax unified
 +.text
 +
 +      bx lr
 +
 +.data
++.align 2
++
 +.global __a_barrier_ptr
 +.hidden __a_barrier_ptr
 +__a_barrier_ptr: