From: ramana Date: Tue, 4 Nov 2014 09:45:22 +0000 (+0000) Subject: Fix typo in definition of __ARM_FEATURE_IDIV X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c25cc4b56acfd719612d74d68a704edcd784f228;p=thirdparty%2Fgcc.git Fix typo in definition of __ARM_FEATURE_IDIV git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217073 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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)