Commit 5d248b41 by James Greenhalgh Committed by Ian Bolton

arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.

2011-09-15  James Greenhalgh  <james.greenhalgh@arm.com>

	* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.

From-SVN: r178884
parent 5a8c97d8
2011-09-15 James Greenhalgh <james.greenhalgh@arm.com>
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
2011-09-15 Jason Merrill <jason@redhat.com>
PR c++/50361
......@@ -47,6 +47,8 @@ extern char arm_arch_name[];
{ \
if (TARGET_DSP_MULTIPLY) \
builtin_define ("__ARM_FEATURE_DSP"); \
if (unaligned_access) \
builtin_define ("__ARM_FEATURE_UNALIGNED"); \
/* Define __arm__ even when in thumb mode, for \
consistency with armcc. */ \
builtin_define ("__arm__"); \
......
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