bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / brr_backward.s
CommitLineData
b6605ddd
EB
1; Test error messages where targets are out of range.
2
3; { dg-do assemble }
4
5 .text
6L1:
7 .rept 32768
8 nop
9 .endr
10 brr tr,L1
11L2:
12 .rept 32769
13 nop
14 .endr
15 brr tr,L2 ; { dg-error "out of range" "out of range brr" }
This page took 0.070047 seconds and 4 git commands to generate.