x86: eliminate ImmExt abuse
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / v32-ba-1.s
1 .global a
2 a:
3 ba b
4 moveq 30,r8
5
6 .section .text.2,"ax"
7 .global b
8 b:
9 moveq 3,r1
10 ba a
11 moveq 13,r11
This page took 0.029022 seconds and 4 git commands to generate.