projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c0c6f
)
Fix typo in definition of __ARM_FEATURE_IDIV
author
Ramana Radhakrishnan
<ramana@gcc.gnu.org>
Tue, 4 Nov 2014 09:45:22 +0000
(09:45 +0000)
committer
Ramana Radhakrishnan
<ramana@gcc.gnu.org>
Tue, 4 Nov 2014 09:45:22 +0000
(09:45 +0000)
From-SVN: r217073
gcc/config/arm/arm.h
patch
|
blob
|
history
diff --git
a/gcc/config/arm/arm.h
b/gcc/config/arm/arm.h
index 17503df8279505acbca8419a86c1ae4effc7958f..0bc6006e70b57319d097bfead01457bcc366726f 100644
(file)
--- 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)