Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / err-pcrel.s
CommitLineData
1bbb5f21
BW
1# { dg-do assemble { target xtensa*-*-* } }
2 .text
3 .global foo
4 beqz a2, 1f@pcrel # { dg-error "relocation not allowed" "" }
51: movi a2, foo@pcrel # { dg-error "relocation not allowed" "" }
6foo: .short foo@pcrel # { dg-error "relocations do not fit" "" }
This page took 0.286334 seconds and 4 git commands to generate.