]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add assertions of "cpu" and...
authorNick Clifton <nickc@redhat.com>
Fri, 25 Aug 2006 07:21:47 +0000 (07:21 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 25 Aug 2006 07:21:47 +0000 (07:21 +0000)
From-SVN: r116394

gcc/ChangeLog
gcc/config/mn10300/mn10300.h

index d6d4d0178407d3a1fca98afd17aca282e112d02e..fa159a14329d8f559780816565ea68fe5edfa599 100644 (file)
@@ -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
index 84dd106f994569a06304b536a4ab4a3d9be1f379..ef153e7f5852b072f5b59bfd669ac23ec8732bee 100644 (file)
@@ -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)