Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / plt-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@plt
6 blne @printf@plt
7 b @printf@plt
8 bl @printf@plt
9 add r0,pcl,@printf@plt
This page took 0.029582 seconds and 4 git commands to generate.