Index: runtime/szrt_asm_arm32.s |
diff --git a/runtime/szrt_asm_arm32.s b/runtime/szrt_asm_arm32.s |
index 1d01909530705ad72e603c4a9198eca186908b74..54cb380a73b6e3eb96008e5bceb2586822a7aaf8 100644 |
--- a/runtime/szrt_asm_arm32.s |
+++ b/runtime/szrt_asm_arm32.s |
@@ -14,3 +14,6 @@ |
.text |
.p2alignl 4,0xE7FEDEF0 |
+ .globl __nacl_read_tp |
+__nacl_read_tp: |
+ b __aeabi_read_tp |
Jim Stichnoth
2016/02/10 06:35:59
Optional: This tailcall is simple and all, but I w
John
2016/02/10 15:41:13
Not as far as I could find. I wonder, should the T
Jim Stichnoth
2016/02/10 17:00:21
Yeah, I think we could directly call __aeabi_read_
John
2016/02/10 23:38:21
Done.
|