On Thu, Oct 23, 2014 at 11:30 AM, Renlin Li <[email protected]> wrote:
>> Are you sure that the ACLE documents this with trailing underscores ?
>> The copy that I have doesn't.
>
>
> You are right, it's my incaution. I have double checked, the macro should be
> __ARM_FEATURE_IDIV.
>
> Could you please do a obvious fix? Thank you so much!
applied this as obvious.
Ramana
2014-11-04 Ramana Radhakrishnan <[email protected]>
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in definition
of __ARM_FEATURE_IDIV.
>
> Kind regards,
> Renlin
>
Index: gcc/config/arm/arm.h
===================================================================
--- gcc/config/arm/arm.h (revision 217070)
+++ gcc/config/arm/arm.h (working copy)
@@ -166,7 +166,7 @@
if (TARGET_IDIV) \
{ \
builtin_define ("__ARM_ARCH_EXT_IDIV__"); \
- builtin_define ("__ARM_FEATURE_IDIV__"); \
+ builtin_define ("__ARM_FEATURE_IDIV"); \
} \
} while (0)