gas run_dump_test rename stderr and error-output
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-sub01.s
1 ;;; Check relaxation from sub rA,rB,limm@pcl -> sub rA,rB, uimm6@pcl
2 .cpu EM
3 sub r1,pcl,@.L1@pcl
4 nop
5 nop
6 nop
7 .align 4
8 .L1:
9 add r0,r0,r0
This page took 0.031867 seconds and 4 git commands to generate.