Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-elf / persistent-sections.s
blob04f6155d984a73c4dd729fcbe5ffce3a4a903125
1 .section .persistent,"aw"
2 .word 1
4 .section .persistent.var_persistent,"aw"
5 .word 2
7 .section .gnu.linkonce.p.var_persistent2,"aw"
8 .word 3
10 .text
11 .global _start
12 _start:
13 .word 0