summaryrefslogtreecommitdiff
path: root/src/thread/arm/__aeabi_read_tp.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/arm/__aeabi_read_tp.s')
-rw-r--r--src/thread/arm/__aeabi_read_tp.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/arm/__aeabi_read_tp.s b/src/thread/arm/__aeabi_read_tp.s
new file mode 100644
index 00000000..9d0cd311
--- /dev/null
+++ b/src/thread/arm/__aeabi_read_tp.s
@@ -0,0 +1,8 @@
+.syntax unified
+.global __aeabi_read_tp
+.type __aeabi_read_tp,%function
+__aeabi_read_tp:
+ push {r1,r2,r3,lr}
+ bl __aeabi_read_tp_c
+ pop {r1,r2,r3,lr}
+ bx lr