Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / pcl-relocs.s
1 ;;; Test if the assembler correctly generates @pcl relocations
2 .cpu HS
3 .text
4 add r0,pcl,@var@pcl
5 ldd r6,[pcl,@var@pcl]
6 ld r3,[pcl,@var@pcl]
This page took 0.030821 seconds and 4 git commands to generate.