From: Ramana Radhakrishnan Date: Tue, 4 Nov 2014 09:45:22 +0000 (+0000) Subject: Fix typo in definition of __ARM_FEATURE_IDIV X-Git-Tag: releases/gcc-5.1.0~3554 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d1f63255b8f92d07c36a2098f93f0b7531c2ef9;p=thirdparty%2Fgcc.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 17503df82795..0bc6006e70b5 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)