Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr27491-2.s
blob17871dddd76a6eb32b615b4b60925ad246aad021
1 .weak __start_xx
2 .weak __stop_xx
4 .text
5 .global foo
6 foo:
7 movl __start_xx@got(%ebx), %eax
8 movl __stop_xx@got(%ebx), %eax
9 leal bar1@got(%ebx), %eax
11 .section xx,"a",unique,0
12 bar1:
13 .byte 0
15 .section xx,"a",unique,1
16 .byte 1