* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.

From-SVN: r46351
This commit is contained in:
NIIBE Yutaka 2001-10-19 17:45:51 +00:00 committed by Richard Henderson
parent 03b272d2c2
commit 48d4b9f0cf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
2001-10-18 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.

View File

@ -42,7 +42,7 @@ if [istarget "m68k-*-*"] then {
lappend additional_flags "-ffloat-store"
}
if { [istarget "alpha*-*-*"]
|| [istarget "sh-*-*"] } then {
|| [istarget "sh*-*-*"] } then {
lappend additional_flags "-mieee"
}