Fix failures in the GAS testsuite for the ARC architecture.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / pcrel-relocs.s
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.044283 seconds and 4 git commands to generate.