* gas/all/gas.exp (quad): Don't run on i960.

This commit is contained in:
Alan Modra
2005-02-16 05:04:33 +00:00
parent 4df6ce4788
commit ddc07134b8
2 changed files with 20 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2005-02-16 Alan Modra <amodra@bigpond.net.au>
* gas/all/gas.exp (quad): Don't run on i960.
2005-02-15 Nigel Stephens <nigel@mips.com> 2005-02-15 Nigel Stephens <nigel@mips.com>
Maciej W. Rozycki <macro@mips.com> Maciej W. Rozycki <macro@mips.com>
@ -14,7 +18,8 @@
2005-02-15 Jan Beulich <jbeulich@novell.com> 2005-02-15 Jan Beulich <jbeulich@novell.com>
* gas/ia64/dv-raw-err.l: Expect specific resource for RAW violation on b0. * gas/ia64/dv-raw-err.l: Expect specific resource for RAW
violation on b0.
* gas/ia64/regval.[ls]: New. * gas/ia64/regval.[ls]: New.
* gas/ia64/ia64.exp: Run new test. * gas/ia64/ia64.exp: Run new test.

View File

@ -196,7 +196,11 @@ if { [istarget "i*86-*-*pe*"] \
} }
run_dump_test sleb128 run_dump_test sleb128
run_dump_test quad
# .quad is 16 bytes on i960.
if { ![istarget "i960-*-*"] } {
run_dump_test quad
}
load_lib gas-dg.exp load_lib gas-dg.exp
dg-init dg-init