Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr27491-4a.s
bloba183b2f820bdba0db9ee4829d106e4271fb93dc2
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
10 .section xx,"a",unique,0
11 .byte 0