[ARC] Fix case-sensitivity for extension instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-ld01.s
CommitLineData
cc07cda6
CZ
1;;; Check relaxation from ld rA,[rB,limm@pcl] -> ld rA,[rB, imm9@pcl]
2 .cpu EM
3 nop_s
4 ld r1,[pcl,@.L1@pcl]
5 nop
6 nop
7 .align 4
8.L1:
9 add r0,r0,r0
This page took 0.092928 seconds and 4 git commands to generate.