Add MIPS32 DSPr3 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / pic-relocs.s
1 ;;; Test if the assembler correctly generates @pcl relocations
2 .cpu HS
3 .text
4 ld r2,[pcl,@var@gotpc]
5 add gp,pcl,@var@gotpc
6
7 add r2,gp,@var@gotoff
This page took 0.028656 seconds and 4 git commands to generate.