Don't hardcode offset of .shstrtab section
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-byte1.s
CommitLineData
3c3bdf30 1% { dg-do assemble { target mmix-*-* } }
40a4d956 2% { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 10 }
3c3bdf30
NC
3% { dg-bogus "end of file" "" { xfail mmix-*-* } 0 }
4
5# Note that the error is detected in the preformatter, before the text
6# gets to the assembler. It also gets confused about the unterminated
7# string. Well, at least we get error messages for it, so no worries.
8
9Main SWYM 0,0,0
10 BYTE 2,"no end
11 BYTE 0
This page took 0.562404 seconds and 4 git commands to generate.