aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/arm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c9a3a08..29c9af4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index ae5390a..5b54a65 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -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"