diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-15 13:19:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-11-15 13:19:50 +0000 |
commit | ea87f349b74599f1483086a088c7ed3f5aef0ef6 (patch) | |
tree | ba1b238d2b53bb2296e2cc2b0300810ca782a852 /gcc | |
parent | cf6b9ef1962badbf23ab2a95bb4207a96cba3845 (diff) | |
download | gcc-ea87f349b74599f1483086a088c7ed3f5aef0ef6.zip gcc-ea87f349b74599f1483086a088c7ed3f5aef0ef6.tar.gz gcc-ea87f349b74599f1483086a088c7ed3f5aef0ef6.tar.bz2 |
(TARGET_CPU_CPP_BUILTINS): Add builtin assert of cpu=xstormy16.
From-SVN: r90666
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6c07eb..96e4dce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 1cb40f6..1cb9778 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -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. */ |