musl: fix an alignment issue that was breaking ldso on ARMv5
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48577
This commit is contained in:
parent
927cec956e
commit
8fe8360981
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue