Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / pcrel-relocs.s
CommitLineData
24b368f8
CZ
1;;; Test if the assembler correctly generates PC-relative relocations
2;;; related with branch instructions
3 .cpu HS
4 .text
5 bne @printf
6 blne @printf
7 b @printf
8 bl @printf
9 bl_s @printf
This page took 0.037983 seconds and 4 git commands to generate.