* gcc.dg/cpp/assert4.c: Fix expected h8300 preprocessor define.

From-SVN: r128598
This commit is contained in:
Nick Clifton 2007-09-19 11:28:48 +00:00 committed by Nick Clifton
parent ea2382be3f
commit 40a479d430
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-19 Nick Clifton <nickc@redhat.com>
* gcc.dg/cpp/assert4.c: Fix expected h8300 preprocessor define.
2007-09-19 Jie Zhang <jie.zhang@analog.com>
* gcc.target/bfin/bfin.exp: New.

View File

@ -209,7 +209,7 @@
# error
#endif
#if defined __h8300__
#if defined __H8300__
# if !#cpu(h8300) || !#machine(h8300) \
|| (defined __H8300__ && (!#cpu(h8300) || !#machine(h8300))) \
|| (defined __H8300H__ && (!#cpu(h8300h) || !#machine(h8300h))) \