add some new tests, and new testing procs
[deliverable/binutils-gdb.git] / gas / testsuite / gas / p2430.s
1 # We get:
2 #
3 # m68k-coff-as x.s
4 # x.s:5: FATAL:failed sanity check.
5 #
6 # from the following .s file:
7
8 .sect foo
9 tag:
10 bra tag
11
12 # Changing the section to .text makes it work, but we need to
13 # use multiple sections other than .text to link the way we want.
This page took 0.03011 seconds and 4 git commands to generate.