Commit a167b3e8 by Jie Zhang Committed by Jie Zhang

bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ and __BFIN__.

	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__
	and __BFIN__.

From-SVN: r118711
parent e3bf7298
2006-11-11 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__
and __BFIN__.
2006-11-11 Jan Hubicka <jh@suse.cz>
* extended.texi (__builtin_expect): We no longer require second argument
......
......@@ -41,6 +41,8 @@ extern int target_flags;
{ \
builtin_define ("bfin"); \
builtin_define ("BFIN"); \
builtin_define ("__bfin__"); \
builtin_define ("__BFIN__"); \
builtin_define ("__ADSPBLACKFIN__"); \
if (TARGET_FDPIC) \
builtin_define ("__BFIN_FDPIC__"); \
......
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