From c25cc4b56acfd719612d74d68a704edcd784f228 Mon Sep 17 00:00:00 2001 From: ramana Date: Tue, 4 Nov 2014 09:45:22 +0000 Subject: [PATCH] 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 --- 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 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) -- 2.47.3