Commit ea87f349 by Nick Clifton Committed by Nick Clifton

(TARGET_CPU_CPP_BUILTINS): Add builtin assert of cpu=xstormy16.

From-SVN: r90666
parent cf6b9ef1
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment