Commit 40a479d4 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r128598
parent ea2382be
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> 2007-09-19 Jie Zhang <jie.zhang@analog.com>
* gcc.target/bfin/bfin.exp: New. * gcc.target/bfin/bfin.exp: New.
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
# error # error
#endif #endif
#if defined __h8300__ #if defined __H8300__
# if !#cpu(h8300) || !#machine(h8300) \ # if !#cpu(h8300) || !#machine(h8300) \
|| (defined __H8300__ && (!#cpu(h8300) || !#machine(h8300))) \ || (defined __H8300__ && (!#cpu(h8300) || !#machine(h8300))) \
|| (defined __H8300H__ && (!#cpu(h8300h) || !#machine(h8300h))) \ || (defined __H8300H__ && (!#cpu(h8300h) || !#machine(h8300h))) \
......
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