OSDN Git Service

(TARGET_CPU_CPP_BUILTINS): Add builtin assert of cpu=xstormy16.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 2004 13:19:50 +0000 (13:19 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 2004 13:19:50 +0000 (13:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90666 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f6c07eb..96e4dce 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 1cb40f6..1cb9778 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.  */