From 5d1f63255b8f92d07c36a2098f93f0b7531c2ef9 Mon Sep 17 00:00:00 2001 From: Ramana Radhakrishnan Date: Tue, 4 Nov 2014 09:45:22 +0000 Subject: [PATCH] Fix typo in definition of __ARM_FEATURE_IDIV From-SVN: r217073 --- gcc/config/arm/arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 17503df8279..0bc6006e70b 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -166,7 +166,7 @@ extern char arm_arch_name[]; if (TARGET_IDIV) \ { \ builtin_define ("__ARM_ARCH_EXT_IDIV__"); \ - builtin_define ("__ARM_FEATURE_IDIV__"); \ + builtin_define ("__ARM_FEATURE_IDIV"); \ } \ } while (0) -- 2.30.2