Skip to content

Commit

Permalink
gas/testsuite:
Browse files Browse the repository at this point in the history
2012-10-27  James Lemke  <jwlemke@codesourcery.com>

	* gas/m68k/all.exp: Exclude pr11676 for fido-*-*.
  • Loading branch information
iains committed Oct 27, 2012
1 parent da66d88 commit 84608c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gas/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion gas/testsuite/gas/m68k/all.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 84608c2

Please sign in to comment.