* config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add assertions of "cpu" and "machine".
From-SVN: r116394
This commit is contained in:
parent
aa666e0063
commit
816e93eb33
@ -1,3 +1,8 @@
|
||||
2006-08-25 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
|
||||
assertions of "cpu" and "machine".
|
||||
|
||||
2006-08-24 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR tree-opt/28807
|
||||
|
@ -37,6 +37,8 @@ Boston, MA 02110-1301, USA. */
|
||||
{ \
|
||||
builtin_define ("__mn10300__"); \
|
||||
builtin_define ("__MN10300__"); \
|
||||
builtin_assert ("cpu=mn10300"); \
|
||||
builtin_assert ("machine=mn10300"); \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user