(TARGET_CPU_CPP_BUILTINS): Add builtin assert of cpu=xstormy16.
authorNick Clifton <nickc@redhat.com>
Mon, 15 Nov 2004 13:19:50 +0000 (13:19 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 15 Nov 2004 13:19:50 +0000 (13:19 +0000)
From-SVN: r90666

gcc/ChangeLog
gcc/config/stormy16/stormy16.h

index f6c07ebc75c725108ed2f2ce9c1558fecd023e7f..96e4dce28e3549eede8728ded8d49d932f84e712 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-15  Nick Clifton  <nickc@redhat.com>
+
+       * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Add
+       builtin assert of cpu=xstormy16.
+
 2004-11-15  Nathan Sidwell  <nathan@codesourcery.com>
 
        * tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized
index 1cb40f6f0e0ab4eba0fbf8e3dcc64811178568ab..1cb97781cee9fcaa3b1d0b416db309f7f49499d0 100644 (file)
@@ -58,6 +58,7 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_CPU_CPP_BUILTINS() do { \
   builtin_define_std ("xstormy16");    \
   builtin_assert ("machine=xstormy16");        \
+  builtin_assert ("cpu=xstormy16");     \
 } while (0)
 
 /* This declaration should be present.  */