Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arc / jli-simple.s
CommitLineData
684d5a10
JEM
1 .cpu em4
2 .text
3 .align 4
4test:
5 jli_s __jli.foo
6 jli_s __jli.bar
7
8 .align 4
9foo:
10 add r0,r0,r0
11
12 .align 4
13bar:
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.159685 seconds and 4 git commands to generate.