Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-elf / pr26256-2.s
blob70e3693f42984e8fa59db6893fc6be6b9e243ddb
1 .section .text,"ax",%progbits,unique,0
2 .globl text0
3 text0:
4 .nop
5 .section .text,"ax",%progbits,unique,1
6 .globl text1
7 text1:
8 .nop
9 .section .linkorder,"ao",%progbits,0,unique,0
10 .globl linkorder2
11 linkorder2:
12 .byte 0
13 .section .linkorder,"ao",%progbits,text0
14 .globl linkorder0
15 linkorder0:
16 .byte 1
17 .section .linkorder,"ao",%progbits,text1
18 .globl linkorder1
19 linkorder1:
20 .byte 2
21 .section .linkorder,"a",%progbits
22 .globl linkorder3
23 linkorder3:
24 .byte 3
25 .section .linkorder,"ao",%progbits,0,unique,3
26 .globl linkorder4
27 linkorder4:
28 .byte 4
29 .text
30 .global _start
31 _start:
32 .nop