[ARC] Fix assembler relaxation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-ld02.s
1 ;;; Check relaxation from ld rA,[rB,limm@pcl] -> ld_s rC,[rB, imm9@pcl]
2 .cpu EM
3 nop_s
4 ld r1,[r2,@.L1@pcl]
5 nop
6 nop
7 .align 4
8 .L1:
9 add r0,r0,r0
This page took 0.029774 seconds and 4 git commands to generate.