diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-01-10 09:30:15 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-01-10 09:30:15 -0800 |
commit | 11318913122b29322b4b1a130ad9932fbcd2f12e (patch) | |
tree | 96055a6ad083816643f40510ae2f2a6639a5fe57 | |
parent | 1eed6933e798717464bf0216014b413e5edb4726 (diff) | |
download | glibc-11318913122b29322b4b1a130ad9932fbcd2f12e.tar.gz glibc-11318913122b29322b4b1a130ad9932fbcd2f12e.tar.xz glibc-11318913122b29322b4b1a130ad9932fbcd2f12e.zip |
Remove obsolete macro.
-rw-r--r-- | sysdeps/arm/nacl/arm-features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/arm/nacl/arm-features.h b/sysdeps/arm/nacl/arm-features.h index 7ae04a845f..403e182484 100644 --- a/sysdeps/arm/nacl/arm-features.h +++ b/sysdeps/arm/nacl/arm-features.h @@ -32,9 +32,6 @@ /* 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 |