summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-06-18 14:07:13 -0700
committerRoland McGrath <roland@hack.frob.com>2013-06-18 14:07:13 -0700
commitf8b5f933ff38077aef8e441265c0873bddab1e0f (patch)
tree94494cac93aa97f6b85bcddea13649aa0162992b
parentf95881e59adc1237706cf9a766b90f2bcca50545 (diff)
downloadglibc-f8b5f933ff38077aef8e441265c0873bddab1e0f.tar.gz
glibc-f8b5f933ff38077aef8e441265c0873bddab1e0f.tar.xz
glibc-f8b5f933ff38077aef8e441265c0873bddab1e0f.zip
New macro for memcpy port.
-rw-r--r--sysdeps/arm/nacl/arm-features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/arm/nacl/arm-features.h b/sysdeps/arm/nacl/arm-features.h
index f5a9d3e7e7..5e39e84b7a 100644
--- a/sysdeps/arm/nacl/arm-features.h
+++ b/sysdeps/arm/nacl/arm-features.h
@@ -32,6 +32,9 @@
 /* Computed branch targets must be bundle-aligned, which is to 16 bytes.  */
 #define ARM_BX_ALIGN_LOG2       4
 
+/* We define bx to sfi_bx, which expands to two instructions.  */
+#define ARM_BX_NINSNS           2
+
 /* Two-register addressing modes are never allowed.  */
 #define ARM_NO_INDEX_REGISTER   1