1#
2# Some m68k-coff tests
3#
4if [istarget m68*-*-coff] then {
5    gas_test "p2430.s" "" $stdoptlist "local branch not in text section"
6
7    gas_test "p2430a.s" "" $stdoptlist "local branch not in text section"
8
9    gas_test "t1.s" "" $stdoptlist "multiple .file directives"
10
11    gas_test "p2389.s" "" $stdoptlist "bss fill"
12
13    setup_xfail m68*-*-coff
14    gas_test_error "p2389a.s" "" "detect bss fill with non-zero data"
15}
16