musl: fix an alignment issue that was breaking ldso on ARMv5
[openwrt.git] / toolchain / musl / patches / 000-update-to-git-2016-01-30.patch
index 639a500..7e83869 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: