Merge "Remove __ARM_HAVE_LDREXD."

This commit is contained in:
Elliott Hughes 2014-12-03 00:57:27 +00:00 committed by Gerrit Code Review
commit 6bec3484ee
1 changed files with 0 additions and 8 deletions

View File

@ -58,14 +58,6 @@
*/
#define __ARM_HAVE_HALFWORD_MULTIPLY 1
/* define __ARM_HAVE_LDREXD for ARMv7 architecture
* (also present in ARMv6K, but not implemented in ARMv7-M, neither of which
* we care about)
*/
#if __ARM_ARCH__ >= 7
# define __ARM_HAVE_LDREXD
#endif
/* define _ARM_HAVE_VFP if we have VFPv3
*/
#if __ARM_ARCH__ >= 7 && defined __VFP_FP__