commit | dc61925cf9de3cba7f310c9e8855c56b8e5b3edc | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Wed Feb 10 15:57:16 2016 -0800 |
committer | John Porto <jpp@chromium.org> | Wed Feb 10 15:57:16 2016 -0800 |
tree | 942b79d43196c2f4518534aeeb8705ac6d428d2d | |
parent | e54e530e505a92a139f9dfbc1c2cd080eb61d17d [diff] |
Subzero. ARM32. Nonsfi. Adds nonsfi support to the ARM32 backend. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4076 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1665263003 .
diff --git a/runtime/szrt.c b/runtime/szrt.c index ec6b8cd..7ac5030 100644 --- a/runtime/szrt.c +++ b/runtime/szrt.c
@@ -63,3 +63,4 @@ // memset - call @llvm.memset.p0i8.i32 // unsandboxed_irt: // __nacl_read_tp +// __aeabi_read_tp [arm32 only]
diff --git a/runtime/szrt_asm_arm32.s b/runtime/szrt_asm_arm32.s index 1d01909..54cb380 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