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 8