diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-11-22 11:39:20 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-11-22 11:39:20 -0800 |
commit | 068dcfd6758b2f50445d40cfe9d10e4284bd0635 (patch) | |
tree | 998c08fbfd6f8aab2723c480ce3723785a541020 /ports/sysdeps/arm/arm-features.h | |
parent | 12e0e8c65d639fe1e648d116cb5caa434c34ab61 (diff) | |
download | glibc-068dcfd6758b2f50445d40cfe9d10e4284bd0635.zip glibc-068dcfd6758b2f50445d40cfe9d10e4284bd0635.tar.gz glibc-068dcfd6758b2f50445d40cfe9d10e4284bd0635.tar.bz2 |
ARM: Fix memcpy computed-jump calculations for ARM_ALWAYS_BX case.
Diffstat (limited to 'ports/sysdeps/arm/arm-features.h')
-rw-r--r-- | ports/sysdeps/arm/arm-features.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ports/sysdeps/arm/arm-features.h b/ports/sysdeps/arm/arm-features.h index 1d4b0f1..336b690 100644 --- a/ports/sysdeps/arm/arm-features.h +++ b/ports/sysdeps/arm/arm-features.h @@ -53,14 +53,6 @@ # define ARM_BX_ALIGN_LOG2 2 #endif -/* The number of instructions that 'bx' expands to. A more-specific - arm-features.h that defines 'bx' as a macro should define this to the - number instructions it expands to. This is used only in a context - where the 'bx' expansion won't cross an ARM_BX_ALIGN_LOG2 boundary. */ -#ifndef ARM_BX_NINSNS -# define ARM_BX_NINSNS 1 -#endif - /* An OS-specific arm-features.h file may define ARM_NO_INDEX_REGISTER to indicate that the two-register addressing modes must never be used. */ |