M68K TLS support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / err-1.s
CommitLineData
dc6e09d3
HPN
1! { dg-do assemble }
2
3! Check that errors are emitted, with no crashes, when an external symbol
4! is referenced in a conditional or unconditional branch.
5start:
6 nop
7 bt externsym1 ! { dg-error "undefined symbol" }
8 nop
9 bra externsym2 ! { dg-error "undefined symbol" }
10 nop
11
This page took 0.416295 seconds and 4 git commands to generate.