* gcc.dg/cpp/assert4.c: Fix expected h8300 preprocessor define.
From-SVN: r128598
This commit is contained in:
parent
ea2382be3f
commit
40a479d430
@ -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.
|
||||
|
@ -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))) \
|
||||
|
Loading…
Reference in New Issue
Block a user