Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr20253-5.s
blob0cc18035e923ea9da7651019802303e0575d784a
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 call *func1@GOT(%eax)
6 cmp $func1,%eax
7 .globl func1
8 .type func1, @gnu_indirect_function
9 func1:
10 ret