From: Jie Zhang Date: Sun, 12 Nov 2006 00:21:30 +0000 (+0000) Subject: bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ and __BFIN__. X-Git-Tag: releases/gcc-4.3.0~8523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a167b3e88c3ebc03579bed71d283017195127059;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 020768fefed6..122e0a86957c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-11 Jie Zhang + + * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ + and __BFIN__. + 2006-11-11 Jan Hubicka * extended.texi (__builtin_expect): We no longer require second argument diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index bd4d9c2b5488..71a598af62fc 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -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__"); \