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
This commit is contained in:
parent
e3bf7298c3
commit
a167b3e88c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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__"); \
|
||||
|
|
Loading…
Add table
Reference in a new issue