gas/testsuite:

2012-10-27  James Lemke  <jwlemke@codesourcery.com>

	* gas/m68k/all.exp: Exclude pr11676 for fido-*-*.
This commit is contained in:
Iain Sandoe 2012-10-27 07:55:57 +00:00
parent 282178c4f4
commit 6f78ea2498
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-27 James Lemke <jwlemke@codesourcery.com>
* gas/m68k/all.exp: Exclude pr11676 for fido-*-*.
2012-10-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/testsuite/gas/s390/zarch-z10.d: Refreshed.

View File

@ -98,7 +98,10 @@ if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
run_dump_test tls-gd-3
}
run_dump_test pr11676
if { ! [istarget fido-*-*] } then {
# The testcase uses an invalid instruction for this architecture.
run_dump_test pr11676
}
run_dump_test pmove
}