mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 07:27:26 +00:00
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
@ -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…
x
Reference in New Issue
Block a user