[ARC][committed] Update test matching pattern.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arc / jli-simple.s
1 .cpu em4
2 .text
3 .align 4
4 test:
5 jli_s __jli.foo
6 jli_s __jli.bar
7
8 .align 4
9 foo:
10 add r0,r0,r0
11
12 .align 4
13 bar:
14 add r0,r1,r2
15
16 .section .jlitab,"axG",%progbits,jli_group,comdat
17 .align 4
18 __jli.foo:
19 .weak __jli.foo
20 b @foo
21 .align 4
22 __jli.bar:
23 .weak __jli.bar
24 b @bar
This page took 0.03 seconds and 4 git commands to generate.