Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / brr_backward.s
1 ; Test error messages where targets are out of range.
2
3 ; { dg-do assemble }
4
5 .text
6 L1:
7 .rept 32768
8 nop
9 .endr
10 brr tr,L1
11 L2:
12 .rept 32769
13 nop
14 .endr
15 brr tr,L2 ; { dg-error "out of range" "out of range brr" }
This page took 0.029503 seconds and 4 git commands to generate.