Commit 8584f1c4 by Jiong Wang Committed by Jiong Wang

[ARM] Add missing '\' in macro define.

  gcc/
    * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add missing '\'.

From-SVN: r216548
parent 34f30f0f
2014-10-22 Jiong Wang <jiong.wang@arm.com>
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add missing '\'.
2014-10-22 Renlin Li <renlin.li@arm.com>
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define
......@@ -167,7 +167,7 @@ extern char arm_arch_name[];
{ \
builtin_define ("__ARM_ARCH_EXT_IDIV__"); \
builtin_define ("__ARM_FEATURE_IDIV__"); \
}
} \
} while (0)
#include "config/arm/arm-opts.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment