PR gas/1630

* gas/all/gas.exp <weakref1, weakref1g, weakref1l, weakref1u,
	weakref1w>: Xfail for cris-*-* and mmix-*-*.
This commit is contained in:
Hans-Peter Nilsson 2005-10-29 10:54:08 +00:00
parent 93ab6b05c3
commit a329c72357
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-10-29 Hans-Peter Nilsson <hp@axis.com>
PR gas/1630
* gas/all/gas.exp <weakref1, weakref1g, weakref1l, weakref1u,
weakref1w>: Xfail for cris-*-* and mmix-*-*.
2005-10-27 Jan Beulich <jbeulich@novell.com>
* gas/i386/equ.d: Fix typo.

View File

@ -256,10 +256,15 @@ if { ![istarget "i960-*-*"] } {
case $target_triplet in {
{ z80-*-* } { }
default {
setup_xfail cris-*-* mmix-*-*
run_dump_test weakref1
setup_xfail cris-*-* mmix-*-*
run_dump_test weakref1g
setup_xfail cris-*-* mmix-*-*
run_dump_test weakref1l
setup_xfail cris-*-* mmix-*-*
run_dump_test weakref1u
setup_xfail cris-*-* mmix-*-*
run_dump_test weakref1w
}
}