[ARM] Add ARMv8.3 VJCVT instruction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / group-reloc-alu-parsing-bad.s
CommitLineData
4962c51a
MS
1@ Tests that should fail for ALU group relocations.
2
3 .text
4
5@ Group relocs aren't allowed on SUB(S) instructions...
6 sub r0, r0, #:pc_g0:(foo)
7 subs r0, r0, #:pc_g0:(foo)
8
9@ Some nonexistent relocations:
10 add r0, r0, #:pc_g2_nc:(foo)
11 add r0, r0, #:sb_g2_nc:(foo)
12
This page took 0.474314 seconds and 4 git commands to generate.