Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / relax-twice-2.s
1 .file "<artificial>"
2 .option pic
3 .text
4 .section .rodata.str1.8,"aMS",@progbits,1
5 .align 3
6 .LC0:
7 .string "%u"
8 .text
9 .align 1
10 .globl relaxme
11 .type relaxme, @function
12 relaxme:
13 addi sp,sp,-32
14 addi a2,sp,12
15 lla a1,.LC0
16 li a0,0
17 sd ra,24(sp)
18 call sscanf@plt
19 ld ra,24(sp)
20 addi sp,sp,32
21 jr ra
22 .size relaxme, .-relaxme
23 .align 1
24 .globl foobar_new
25 .type foobar_new, @function
26 foobar_new:
27 li a0,1
28 ret
29 .size foobar_new, .-foobar_new
30 .symver foobar_new, foobar@@New
31 .align 1
32 .globl foobar_old
33 .type foobar_old, @function
34 foobar_old:
35 addi sp,sp,-16
36 sd ra,8(sp)
37 call foobar@plt
38 ld ra,8(sp)
39 snez a0,a0
40 addi sp,sp,16
41 jr ra
42 .size foobar_old, .-foobar_old
43 .symver foobar_old, foobar@Old
44 .section .note.GNU-stack,"",@progbits