From: Ramana Radhakrishnan Date: Tue, 4 Nov 2014 09:45:22 +0000 (+0000) Subject: Fix typo in definition of __ARM_FEATURE_IDIV X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d1f63255b8f92d07c36a2098f93f0b7531c2ef9;p=gcc.git Fix typo in definition of __ARM_FEATURE_IDIV From-SVN: r217073 --- 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)